Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
int commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 17, 2024
1 parent 82bc6a7 commit 3d4c37f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '20'
- run: npm ci --force
- name: Run verification
run: 'npx nx run-many -t build test lint && npx nx run-many -t e2e-ci --parallel=1'
run: 'npx nx run-many -t build test lint && npx nx run-many -t e2e-ci -'

pr:
runs-on: ubuntu-latest
Expand All @@ -37,4 +37,4 @@ jobs:
node-version: '20'
- run: npm ci --force
- name: Run verification
run: 'npx nx run-many -t build test lint && npx nx run-many -t e2e-ci --parallel=1'
run: 'npx nx run-many -t build test lint e2e-ci'
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,5 @@
"linter": "eslint"
}
}
},
"nxCloudAccessToken": "ZWI3OWVjYWEtNGY2My00NWE2LThmYzgtOGMxYjgzOTc2YjVlfHJlYWQtd3JpdGU=",
"nxCloudUrl": "https://staging.nx.app"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@big-org/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@swc/helpers": "~0.5.2",
Expand Down

0 comments on commit 3d4c37f

Please sign in to comment.