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 4242 "build.test" : " npm run build && npm run test" ,
4343 "test" : " echo 'test without rebuilding' && atom --test spec" ,
4444 "clean" : " shx rm -rf dist" ,
45+ "clean.prod" : " shx rm -rf ./dist/**/*.d.ts ./dist/tsconfig.tsbuildinfo" ,
4546 "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" ,
4749 "build:services-docs" : " markdox lib/services/index.js -o lib/services/README.md" ,
4850 "build:plugin-docs" : " markdox lib/plugin-api/hydrogen-provider.js lib/plugin-api/hydrogen-kernel.js -o docs/PluginAPI.md" ,
4951 "build:docs" : " npm run build:plugin-docs && npm run build:services-docs" ,
You can’t perform that action at this time.
0 commit comments