We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e59e1 commit 3e807a3Copy full SHA for 3e807a3
2 files changed
.github/workflows/nodejs.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
npm cache clean --force
43
rm -rf node_modules
44
+ npm run t
45
npm ci
46
47
- name: Lint
package.json
@@ -39,7 +39,7 @@
39
"test": "npm run test:coverage",
40
"prepare": "husky && npm run build",
"release": "standard-version",
- "preinstall": "node ./test.js"
+ "t": "node ./test.js"
},
"files": [
"dist",
0 commit comments