File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 40
40
"lint" : " tslint lib/**/*.ts" ,
41
41
"rollup" : " ./node_modules/.bin/rollup -c rollup.config.js dist/angular-tree-component.js -o dist/angular-tree-component.umd.js" ,
42
42
"build" : " npm run lint && npm run clean:typescript && ./node_modules/.bin/ngc && npm run rollup && cp lib/angular-tree-component.css dist" ,
43
- "example:cli2" : " ./node_modules/.bin/ngc && cd example/cli2 && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && ./node_modules/.bin/ng serve" ,
44
- "example:cli4" : " ./node_modules/.bin/ngc && cd example/cli4 && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && ./node_modules/.bin/ng serve" ,
45
43
"example:cli" : " ./node_modules/.bin/ngc && cp lib/angular-tree-component.css dist && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && ./node_modules/.bin/ng serve" ,
46
44
"example:cli:win" : " .\\ node_modules\\ .bin\\ ngc && cd example\\ cli && npm install && npm install ..\\ ..\\ && .\\ node_modules\\ .bin\\ ng serve" ,
47
45
"selupdate" : " webdriver-manager update" ,
You can’t perform that action at this time.
0 commit comments