Skip to content

Commit c9d395b

Browse files
author
Wang Zuo
committed
npm run build-example
1 parent fe76383 commit c9d395b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"start": "webpack-dev-server --port=8888",
99
"build": "rollup -c",
10-
"deploy": "webpack --mode production && github-pages-deploy",
10+
"build-example": "webpack --mode production",
11+
"deploy": "webpack --mode production && github-pages-deploy",
1112
"test": "jest --coverage"
1213
},
1314
"github-pages-deploy": {

0 commit comments

Comments
 (0)