We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fafc7a commit eda6198Copy full SHA for eda6198
package.json
@@ -8,7 +8,7 @@
8
],
9
"scripts": {
10
"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",
+ "init": "npm run submodule && npm i && npm run dev",
12
"dev": "gulp dev --develop",
13
"demo": "gulp demo --develop",
14
"watch": "gulp watch --develop --watch",
0 commit comments