We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdd1c4 commit 2255b8eCopy full SHA for 2255b8e
.github/workflows/ci.yml
@@ -17,8 +17,6 @@ jobs:
17
node-version: ${{ matrix.node-version }}
18
- name: install
19
run: npm install
20
- - name: lint
21
- run: npm run affected:lint
22
- name: build
23
run: npm run build --skip-nx-cache
24
- name: test
.github/workflows/release.yml
@@ -21,8 +21,6 @@ jobs:
25
26
27
28
0 commit comments