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 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" : {
You can’t perform that action at this time.
0 commit comments