We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db60b6 commit cf6888cCopy full SHA for cf6888c
package.json
@@ -5,11 +5,11 @@
5
"main": "lib/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
7
"scripts": {
8
- "clean": "npx rimraf node_modules package-lock.json && npm i && ./node_modules/.bin/grunt clean",
9
- "build": "./node_modules/.bin/grunt",
10
- "build.all": "./node_modules/.bin/grunt ts:devall",
11
- "pack": "./node_modules/.bin/grunt pack",
12
- "test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
+ "clean": "npx rimraf node_modules package-lock.json && npm i && grunt clean",
+ "build": "grunt",
+ "build.all": "grunt ts:devall",
+ "pack": "grunt pack",
+ "test": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
13
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
14
},
15
"repository": {
0 commit comments