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 22fce22 commit 81f745eCopy full SHA for 81f745e
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/setup-node@v2
23
with:
24
node-version: 14
25
- - run: npm install
+ - run: npm ci
26
27
- name: Lint TS
28
run: npm run lint
.github/workflows/release-package.yml
@@ -13,9 +13,9 @@ jobs:
13
14
15
- run: npm ci
16
- - run: npm lint
+ - run: npm run lint
17
- run: npm test
18
- - run: npm build
+ - run: npm run build
19
20
publish-gpr:
21
needs: build
0 commit comments