diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bfeffd..8b1c208 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/package.json b/package.json index 89f63ec..5bece2d 100644 --- a/package.json +++ b/package.json @@ -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": [