Skip to content

Commit 7831519

Browse files
author
cunjinli
committed
weui-wxss 改为submodule
1 parent 8eff7c6 commit 7831519

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
@@ -4,7 +4,8 @@
44
"description": "",
55
"main": "miniprogram_dist/index.js",
66
"scripts": {
7-
"init": "npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
7+
"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",
89
"dev": "gulp dev --develop",
910
"demo": "gulp demo --develop",
1011
"watch": "gulp watch --develop --watch",

0 commit comments

Comments
 (0)