Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit b95f68d

Browse files
committed
chore: fix prebuild script
1 parent be3e615 commit b95f68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy:docs": "firebase deploy",
1818
"dev": "styleguidist server",
1919
"lint": "eslint .",
20-
"prebuild": "shx rm -rf dist/*",
20+
"prebuild": "shx rm -rf build",
2121
"release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)