File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1313 "test" : " ng test dev-app" ,
1414 "lint" : " ng lint --fix && npm run lint:scss" ,
1515 "lint:scss" : " stylelint \" **/*.scss\" --fix" ,
16- "build:lib" : " ng build code-editor" ,
17- "postbuild:lib" : " cp README.md dist/code-editor" ,
16+ "build:lib" : " ng build code-editor && cp README.md dist/code-editor" ,
1817 "publish" : " npm run build:lib && cd dist/code-editor && npm publish" ,
19- "predeploy" : " npm run build" ,
20- "deploy" : " ng deploy dev-app" ,
18+ "deploy" : " npm run build && ng deploy" ,
2119 "prepare" : " husky install"
2220 },
2321 "private" : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010</ head >
1111
1212< body >
13- < app-root / >
13+ < app-root > </ app-root >
1414</ body >
1515
1616</ html >
Original file line number Diff line number Diff line change 2525 ],
2626 "paths" : {
2727 "@acrodata/code-editor" : [
28- " projects/code-editor"
29- ],
30- "@acrodata/code-editor/*" : [
31- " projects/code-editor/*"
28+ " projects/code-editor/public-api"
3229 ],
3330 }
3431 },
You can’t perform that action at this time.
0 commit comments