Skip to content

Commit

Permalink
[project] run build:docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Sep 27, 2023
1 parent d32618f commit 32e08a5
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 @@ -8,7 +8,7 @@
"source": "src/index.ts",
"umd:main": "umd/bundle.min.js",
"scripts": {
"build": "npm run build:es6 && npm run build:commonjs && npm run build:umd && build:docs",
"build": "npm run build:es6 && npm run build:commonjs && npm run build:umd && npm run build:docs",
"build:es6": "rm -rf lib && tsc",
"build:commonjs": "rm -rf dist && tsc --project tsconfig.prod.json",
"build:umd": "webpack",
Expand Down

0 comments on commit 32e08a5

Please sign in to comment.