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 7e21f4a commit 3cb7559Copy full SHA for 3cb7559
2 files changed
package.json
@@ -5,8 +5,9 @@
5
"main": "index.js",
6
"bin": {},
7
"scripts": {
8
- "dev": "npm run dev",
9
- "sub": "git submodule update --init --recursive",
+ "dev": "echo s",
+ "predev": "npm run sub",
10
+ "sub": "git submodule update --init --remote --recursive --merge",
11
"build": "npm run build",
12
"test": "test/index.js",
13
"clean": "rimraf dist/* && rimraf *.log"
submodule
0 commit comments