Skip to content

Commit

Permalink
Remove yarn lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Mar 22, 2024
1 parent 976c3cf commit 4f4d392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Build & test

on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "vitest run",
"typecheck": "tsc --noEmit",
"build": "yarn clean && microbundle -f cjs,es --tsconfig tsconfig.build.json",
"prepack": "yarn typecheck && yarn lint && yarn test && yarn build"
"prepack": "yarn typecheck && yarn test && yarn build"
},
"prettier": {
"plugins": [
Expand Down

0 comments on commit 4f4d392

Please sign in to comment.