We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run test
1 parent 21e83d3 commit b74432cCopy full SHA for b74432c
2 files changed
.github/workflows/nodejs.yml
@@ -26,5 +26,9 @@ jobs:
26
node-version: 13.11.0
27
- name: Install dependencies
28
run: npm i
29
+ - name: Lint Codebase
30
+ run: npm run lint
31
- name: Run Node.js Tests
32
run: npm run test
33
+ - name: Check Bundle Size
34
+ run: npm run size
package.json
@@ -30,7 +30,6 @@
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
"presize": "npm run build",
"size": "size-limit",
- "pretest": "npm run size && npm run lint",
"test": "web-test-runner test/* --node-resolve"
35
},
36
"prettier": "@github/prettier-config",
0 commit comments