Skip to content

Commit cf6888c

Browse files
pavi2410rigor789
andauthored
chore: simplify npm scripts (#66)
* Make npm scripts Windows compatible * Update package.json Co-authored-by: Igor Randjelovic <[email protected]>
1 parent 9db60b6 commit cf6888c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"main": "lib/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",
77
"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",
8+
"clean": "npx rimraf node_modules package-lock.json && npm i && grunt clean",
9+
"build": "grunt",
10+
"build.all": "grunt ts:devall",
11+
"pack": "grunt pack",
12+
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
1313
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)