Skip to content

Commit ed0eb18

Browse files
committed
ci: enable build on create-qwik-nx
1 parent 2bd70b1 commit ed0eb18

File tree

4 files changed

+146
-159
lines changed

4 files changed

+146
-159
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ runs:
1212

1313
- name: Lint
1414
shell: bash
15-
run: pnpx nx affected:lint --base=last-release --exclude="add-nx-to-qwik,create-qwik-nx"
15+
run: pnpx nx affected:lint --base=last-release --exclude="add-nx-to-qwik"
1616

1717
- name: Build
1818
shell: bash
19-
run: pnpx nx affected:build --base=last-release --exclude="add-nx-to-qwik,create-qwik-nx"
19+
run: pnpx nx affected:build --base=last-release --exclude="add-nx-to-qwik"
2020

2121
# - name: Test
2222
# shell: bash

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"@commitlint/config-angular": "^17.3.0",
1717
"@commitlint/config-conventional": "^17.3.0",
1818
"@jscutlery/semver": "^2.29.0",
19-
"@nrwl/cli": "15.5.0",
20-
"@nrwl/cypress": "15.5.0",
21-
"@nrwl/devkit": "15.5.0",
22-
"@nrwl/eslint-plugin-nx": "15.5.0",
23-
"@nrwl/jest": "15.5.0",
24-
"@nrwl/js": "15.5.0",
25-
"@nrwl/linter": "15.5.0",
26-
"@nrwl/nx-plugin": "15.5.0",
27-
"@nrwl/vite": "15.5.0",
28-
"@nrwl/workspace": "15.5.0",
19+
"@nrwl/cli": "15.5.3",
20+
"@nrwl/cypress": "15.5.3",
21+
"@nrwl/devkit": "15.5.3",
22+
"@nrwl/eslint-plugin-nx": "15.5.3",
23+
"@nrwl/jest": "15.5.3",
24+
"@nrwl/js": "15.5.3",
25+
"@nrwl/linter": "15.5.3",
26+
"@nrwl/nx-plugin": "15.5.3",
27+
"@nrwl/vite": "15.5.3",
28+
"@nrwl/workspace": "15.5.3",
2929
"@nxkit/playwright": "2.0.1",
3030
"@swc-node/register": "^1.4.2",
3131
"@swc/cli": "~0.1.55",
@@ -44,8 +44,8 @@
4444
"jest": "28.1.1",
4545
"jest-environment-jsdom": "28.1.1",
4646
"jsonc-eslint-parser": "^2.1.0",
47-
"ngx-deploy-npm": "^4.3.9",
48-
"nx": "15.5.0",
47+
"ngx-deploy-npm": "^4.3.10",
48+
"nx": "15.5.3",
4949
"prettier": "^2.8.0",
5050
"pretty-quick": "^3.1.3",
5151
"ts-jest": "28.0.5",

packages/qwik-nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"generators": "./generators.json",
2222
"executors": "./executors.json",
2323
"dependencies": {
24-
"@nrwl/vite": "~15.5.0"
24+
"@nrwl/vite": "~15.5.3"
2525
}
2626
}

0 commit comments

Comments
 (0)