This repository was archived by the owner on May 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "ng" : " ng" ,
66 "start" : " ng serve" ,
77 "bundle-webpack" : " npm run build" ,
8- "clean" : " npm run clean:lib && npm run clean:app" ,
8+ "clean" : " npm cache clear --force && npm run clean:lib && npm run clean:app" ,
99 "clean:lib" : " npm run rimraf -- projects/fabric8-stack-analysis-ui/node_modules" ,
1010 "clean:app" : " npm run rimraf -- package-lock.json node_modules dist" ,
1111 "lint" : " ng lint" ,
2020 "test:app" : " ng test --watch=false" ,
2121 "test:lib" : " ng test fabric8-stack-analysis-ui --watch=false --browsers ChromeHeadlessNoSandbox" ,
2222 "test:lib:dev" : " ng test fabric8-stack-analysis-ui" ,
23+ "reinstall" : " npm run clean && npm install" ,
2324 "rimraf" : " rimraf" ,
2425 "pack:lib" : " cd dist/fabric8-stack-analysis-ui && npm pack" ,
2526 "package" : " npm run build:lib && npm run pack:lib" ,
You can’t perform that action at this time.
0 commit comments