Skip to content

Commit

Permalink
chore(workflow): fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRave committed Sep 30, 2021
1 parent 22fce22 commit 81f745e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm ci

- name: Lint TS
run: npm run lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
node-version: 14
- run: npm ci
- run: npm lint
- run: npm run lint
- run: npm test
- run: npm build
- run: npm run build

publish-gpr:
needs: build
Expand Down

0 comments on commit 81f745e

Please sign in to comment.