File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,13 @@ jobs:
3232 - run : pnpm install --frozen-lockfile
3333 - uses : nrwl/nx-set-shas@v4
3434
35- # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
3635 - name : Typecheck and lint
3736 run : pnpm lint typecheck
3837
3938 - name : Run tests
4039 run : pnpm test
4140
42- - name : Build
41+ - name : Build framework
4342 run : pnpm build
4443
4544 - name : Run end-to-end tests
5049 npx [email protected] http://localhost:4873 5150 pnpm verdaccio:publish
5251
53- NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm exec nx affected -t e2e
52+ NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm e2e
5453
5554 - name : Deploy template
5655 run : |
6463 cd nightly-deploy
6564 NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm install
6665
67- - name : Build Android
66+ - name : Build Android template
6867 run : pnpm rnef build:android
You can’t perform that action at this time.
0 commit comments