File tree Expand file tree Collapse file tree 6 files changed +30889
-14620
lines changed Expand file tree Collapse file tree 6 files changed +30889
-14620
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : lts/*
26- cache : ' yarn '
26+ cache : ' npm install '
2727 - uses : nrwl/nx-set-shas@v3
28- - name : Setup global dependencies
29- run : npm i -g yarn
30- - name : yarn install
31- run : yarn
28+ - name : npm install
29+ run : npm install
3230 - name : Build.all affected
33- run : yarn nx affected --target=build --exclude nativescript-demo-ng
31+ run : npx nx affected --target=build --exclude nativescript-demo-ng
Original file line number Diff line number Diff line change 88# dependencies
99/node_modules
1010/packages /* /node_modules
11- package-lock.json
1211.npmrc
12+ yarn.lock
1313
1414# IDEs and editors
1515/.idea
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $ cd angular
3333
3434```
3535$ cd angular
36- $ yarn clean.all
36+ $ npm run clean.all
3737```
3838
3939### Run some of the e2e applications e.g. router-tab-view
@@ -43,7 +43,7 @@ $ yarn clean.all
4343Install NPM packages (use the local copy of ` @nativescript/angular ` ):
4444```
4545$ cd e2e/router-tab-view
46- $ yarn install
46+ $ npm install
4747```
4848
4949Start the app:
You can’t perform that action at this time.
0 commit comments