Skip to content

Commit

Permalink
Workflow: Remove steps that is the part of the release process
Browse files Browse the repository at this point in the history
These steps are not required for ordinary builds
  • Loading branch information
Mingun committed May 22, 2021
1 parent a00bb17 commit 865b02b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run ts
- run: npm run rollup
- run: npm run terser
- run: npm run test
- run: npm run headers
- run: npm run deploy

0 comments on commit 865b02b

Please sign in to comment.