Skip to content

Commit

Permalink
run test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 22, 2024
1 parent f56f7b9 commit 3608e00
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 @@ -14,7 +14,7 @@
"test": "jest --coverage",
"build": "rimraf build rimraf index.* dist && tsc && rollup --config",
"ts:check": "tsc --noEmit",
"prepublishOnly": "npm run ts:check && npm run build"
"prepublishOnly": "npm run ts:check && npm run test && npm run build"
},
"keywords": [
"css",
Expand Down

0 comments on commit 3608e00

Please sign in to comment.