File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# dependencies
99node_modules
1010package-lock.json
11- yarn-lock.json
11+ yarn.lock
12+ pnpm-lock.yaml
1213
1314# IDEs and editors
14- / .idea
15+ .idea
1516.project
1617.classpath
1718.c9 /
@@ -50,4 +51,4 @@ Thumbs.db
5051! packages /core /xml /index.js
5152
5253# types
53- ios-typings-prj
54+ ios-typings-prj
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "scripts" : {
66 "clean" : " git clean -f -X -d" ,
7- "setup" : " npm run clean && npm i && ts-patch install && nx run core:setup" ,
7+ "setup" : " npm run clean && npm install" ,
8+ "setup:yarn" : " yarn run clean && yarn" ,
9+ "setup:pnpm" : " pnpm run clean && pnpm install" ,
10+ "postinstall" : " ts-patch install && nx run core:setup" ,
811 "start" : " nps" ,
912 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
1013 },
You can’t perform that action at this time.
0 commit comments