Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d6be34b

Browse files
committed
fix: use prepare to init the submodule
1 parent 86b38eb commit d6be34b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"fs-plus": "^3.0.0"
4141
},
4242
"scripts": {
43-
"prepublish": "standard src spec",
44-
"test": "jasmine-focused --captureExceptions spec"
43+
"lint": "standard src spec",
44+
"test": "jasmine-focused --captureExceptions spec",
45+
"prepare": "git submodule update --init --recursive"
4546
}
4647
}

0 commit comments

Comments
 (0)