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 2160715 commit 6e0a3f3Copy full SHA for 6e0a3f3
package.json
@@ -35,7 +35,7 @@
35
"postinstall": "npm run setup",
36
"publish": "npm run setup && npm run clean && npm run build.all && lerna publish --create-release=github --force-publish",
37
"readme": "node ./tools/readme.js",
38
- "setup": "npm run submodules && ts-patch install -s",
+ "setup": "npm run submodules && ts-patch install",
39
"start": "./node_modules/.bin/ntl -A -s 15 -o",
40
"submodules": "git submodule update --init",
41
"sync": "node ./tools/sync.js",
0 commit comments