File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"types" : " ./typings/nativescript-doctor.d.ts" ,
7
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" ,
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" ,
13
13
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
14
14
},
15
15
"repository" : {
You can’t perform that action at this time.
0 commit comments