Skip to content

Commit 3cb7559

Browse files
committed
⚡ init —— 2019-01-09 14:37
init
1 parent 7e21f4a commit 3cb7559

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"main": "index.js",
66
"bin": {},
77
"scripts": {
8-
"dev": "npm run dev",
9-
"sub": "git submodule update --init --recursive",
8+
"dev": "echo s",
9+
"predev": "npm run sub",
10+
"sub": "git submodule update --init --remote --recursive --merge",
1011
"build": "npm run build",
1112
"test": "test/index.js",
1213
"clean": "rimraf dist/* && rimraf *.log"

submodule

0 commit comments

Comments
 (0)