Skip to content

Commit

Permalink
Update test:ci script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Jan 28, 2024
1 parent 1f0585d commit 98cf859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run tsc && npm run buildcjs && npm test",
"test": "tap -j1 --allow-incomplete-coverage \"./test/*.test.?(c)js\"",
"test:ci": "npm run test",
"test:ci": "npm run prepublishOnly",
"test:ts": "tsd",
"tsc": "npm run clean; tsc"
},
Expand Down

0 comments on commit 98cf859

Please sign in to comment.