File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 42
42
"build.test" : " npm run build && npm run test" ,
43
43
"test" : " echo 'test without rebuilding' && atom --test spec" ,
44
44
"clean" : " shx rm -rf dist" ,
45
+ "clean.prod" : " shx rm -rf ./dist/**/*.d.ts ./dist/tsconfig.tsbuildinfo" ,
45
46
"dev" : " npm run clean && tsc -p lib/tsconfig.json --watch" ,
46
- "build" : " npm run clean && tsc -p lib/tsconfig.json || echo done" ,
47
+ "tsc" : " tsc -p lib/tsconfig.json || echo done" ,
48
+ "build" : " npm run clean && npm run tsc && npm run clean.prod" ,
47
49
"build:services-docs" : " markdox lib/services/index.js -o lib/services/README.md" ,
48
50
"build:plugin-docs" : " markdox lib/plugin-api/hydrogen-provider.js lib/plugin-api/hydrogen-kernel.js -o docs/PluginAPI.md" ,
49
51
"build:docs" : " npm run build:plugin-docs && npm run build:services-docs" ,
You can’t perform that action at this time.
0 commit comments