From 0dcb72002fb13f6380b072b2bd8a7631d1f5b4b5 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 24 Oct 2023 18:02:55 +0800 Subject: [PATCH 1/3] init --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a87a9e4..a95d7fd 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { - "clean-build": "del-cli dist && node tools/build-inline-worker.js && tsc && parcel build src/browser-api.ts", + "clean-build": "node tools/build-inline-worker.js && tsc && parcel build src/browser-api.ts", "build": "npm run clean-build && cpx styles/default.css dist", "prepack": "npm run build", - "build-docs": "del-cli docs && parcel build docs-src/index.html --out-dir docs --public-url ./ && git add docs", + "build-docs": "parcel build docs-src/index.html --out-dir docs --public-url ./ && git add docs", "watch-docs": "parcel docs-src/index.html --out-dir docs/tmp --no-hmr", "lint": "tslint -c tslint.json -p tsconfig.json", "test": "jest", From e8c06f0d8c5949c3637ba48281dc06d2b8034095 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 30 Oct 2023 16:31:38 +0800 Subject: [PATCH 2/3] add empty --- .gitignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67f4504..c36efd2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ node_modules /.cache /demo-dist /docs/tmp +empty + diff --git a/package.json b/package.json index a87a9e4..879e616 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { - "clean-build": "del-cli dist && node tools/build-inline-worker.js && tsc && parcel build src/browser-api.ts", + "clean-build": "del-cli dist add by me && node tools/build-inline-worker.js && tsc && parcel build src/browser-api.ts", "build": "npm run clean-build && cpx styles/default.css dist", "prepack": "npm run build", "build-docs": "del-cli docs && parcel build docs-src/index.html --out-dir docs --public-url ./ && git add docs", From 97a2bb4b0c84111cc3e9ce4f49489810d346f274 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 31 Oct 2023 09:45:11 +0800 Subject: [PATCH 3/3] add by me two --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 185b9cb..8c7d4f3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "./dist/index.d.ts", "scripts": { "clean-build": "del-cli dist add by me && node tools/build-inline-worker.js && tsc && parcel build src/browser-api.ts", - "build": "npm run clean-build && cpx styles/default.css dist", + "build": "npm run add by me two clean-build && cpx styles/default.css dist", "prepack": "npm run build", "build-docs": "parcel build docs-src/index.html --out-dir docs --public-url ./ && git add docs", "watch-docs": "parcel docs-src/index.html --out-dir docs/tmp --no-hmr",