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 8eff7c6 commit 7831519Copy full SHA for 7831519
package.json
@@ -4,7 +4,8 @@
4
"description": "",
5
"main": "miniprogram_dist/index.js",
6
"scripts": {
7
- "init": "npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
+ "submodule": "git submodule init && git submodule update --init --remote",
8
+ "init": "npm run submodule && npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
9
"dev": "gulp dev --develop",
10
"demo": "gulp demo --develop",
11
"watch": "gulp watch --develop --watch",
0 commit comments