Skip to content

Commit

Permalink
build: Remove wrong script
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 23, 2023
1 parent acbd7d4 commit bb54e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"types": "./dist/main/src/index.d.ts",
"scripts": {
"build": "trash dist dist-bundle && yarn build:all",
"build:all": "yarn build:main && yarn build:web && yarn build:web:release",
"build:all": "yarn build:main && yarn build:web",
"build:main": "tsc -p tsconfig.json",
"build:doc": "typedoc --options typedocconfig.js --out doc ./src/index.ts",
"build:web": "vite build",
Expand Down

0 comments on commit bb54e7b

Please sign in to comment.