File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4
4
"version" : " 1.0.1" ,
5
5
"scripts" : {
6
- "test" : " karma start karma.conf.js" ,
7
- "debug" : " karma start karma.conf.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1" ,
8
6
"clean" : " shx rm -rf lib lib-esm" ,
9
7
"build" : " npm run clean && tsc && tsc -p tsconfig.esm.json" ,
8
+ "test" : " karma start" ,
9
+ "watch" : " run-p watch:*" ,
10
+ "watch:buildjs" : " tsc -w" ,
11
+ "watch:test" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1" ,
12
+ "debug" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome" ,
10
13
"prepublish" : " npm run build"
11
14
},
12
15
"homepage" : " https://ui-router.github.io" ,
62
65
"karma-phantomjs-launcher" : " ^1.0.2" ,
63
66
"karma-script-launcher" : " ~0.1.0" ,
64
67
"karma-systemjs" : " ^0.7.2" ,
68
+ "npm-run-all" : " ^3.1.1" ,
65
69
"readline-sync" : " ^1.4.4" ,
66
70
"shelljs" : " ^0.7.0" ,
67
71
"shx" : " ^0.1.4" ,
You can’t perform that action at this time.
0 commit comments