File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " State-based routing for Angular" ,
4
4
"version" : " 1.0.0-beta.8" ,
5
5
"scripts" : {
6
- "clean" : " shx rm -rf lib lib-esm _bundles _dec " ,
6
+ "clean" : " shx rm -rf lib lib-esm _bundles _doc " ,
7
7
"compile" : " npm run clean && ngc" ,
8
8
"bundle" : " rollup -c && rollup -c --environment MINIFY" ,
9
- "fixmaps" : " modify_sourcemap_paths" ,
10
- "build" : " npm run compile && npm run bundle && npm run fixmaps" ,
11
- "release" : " release" ,
9
+ "fixmaps:lib" : " tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'" ,
10
+ "fixmaps:bundle" : " tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'" ,
11
+ "build" : " run-s compile bundle fixmaps:*" ,
12
+ "release" : " release --deps @uirouter/core" ,
12
13
"travis" : " npm run build && npm run noimplicitany && npm run test" ,
13
14
"test" : " karma start" ,
14
15
"noimplicitany" : " tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts" ,
You can’t perform that action at this time.
0 commit comments