Skip to content

Commit eda6198

Browse files
committed
chore: improve npm scripts
1 parent 0fafc7a commit eda6198

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
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"submodule": "git submodule init && git submodule update --init",
11-
"init": "npm run submodule && npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
11+
"init": "npm run submodule && npm i && npm run dev",
1212
"dev": "gulp dev --develop",
1313
"demo": "gulp demo --develop",
1414
"watch": "gulp watch --develop --watch",

0 commit comments

Comments
 (0)