Skip to content

Commit

Permalink
fix(package.json): build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Apr 2, 2022
1 parent 2bd96b0 commit 8ad2061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pp": "npm-run-all --sequential clean build ver-patch publish",
"lint": "npm-run-all --sequential lint:*",
"lint:ts": "eslint **/*.ts",
"build": "npm-run-all --sequential build:ts build:es",
"build": "npm-run-all --sequential build:ts && lerna run build",
"build:ts": "tsc --build",
"clean": "yarn build:ts --clean && lerna exec \"rm -rf dist node_modules\" && find package -name '*.js' -type f -delete && find package -name '*.d.ts' -type f -delete && find package -name '*.map' -type f -delete",
"serve:dev": "web-dev-server --config dev-server.mjs",
Expand Down

0 comments on commit 8ad2061

Please sign in to comment.