File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 "ng" : " ng" ,
66 "start" : " ng serve" ,
77 "build" : " ng build" ,
8- "build:lib" : " npm run copy:readme && ng build pretty-html-log" ,
9- "copy:readme" : " copyfiles ./README.md ./projects /pretty-html-log" ,
8+ "build:lib" : " ng build pretty-html-log && npm run copy:readme " ,
9+ "copy:readme" : " copyfiles ./README.md ./dist /pretty-html-log" ,
1010 "format:check" : " prettier --list-different 'projects/**/*.ts'" ,
1111 "format:write" : " prettier --write 'projects/**/*.ts'" ,
1212 "publish:lib" : " npx semantic-release" ,
Original file line number Diff line number Diff line change 33 "dest" : " ../../dist/pretty-html-log" ,
44 "lib" : {
55 "entryFile" : " src/public-api.ts"
6- }
7- }
6+ },
7+ "whitelistedNonPeerDependencies" : [" pretty-html-log" ]
8+ }
You can’t perform that action at this time.
0 commit comments