Skip to content

Commit 81f745e

Browse files
committed
chore(workflow): fix scripts
1 parent 22fce22 commit 81f745e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: 14
25-
- run: npm install
25+
- run: npm ci
2626

2727
- name: Lint TS
2828
run: npm run lint

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
node-version: 14
1515
- run: npm ci
16-
- run: npm lint
16+
- run: npm run lint
1717
- run: npm test
18-
- run: npm build
18+
- run: npm run build
1919

2020
publish-gpr:
2121
needs: build

0 commit comments

Comments
 (0)