Skip to content

Commit 3e807a3

Browse files
committed
testOnly
1 parent c6e59e1 commit 3e807a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
npm cache clean --force
4343
rm -rf node_modules
44+
npm run t
4445
npm ci
4546
4647
- name: Lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test": "npm run test:coverage",
4040
"prepare": "husky && npm run build",
4141
"release": "standard-version",
42-
"preinstall": "node ./test.js"
42+
"t": "node ./test.js"
4343
},
4444
"files": [
4545
"dist",

0 commit comments

Comments
 (0)