Skip to content

Commit

Permalink
chore: build on publish (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Feb 27, 2024
1 parent 6f0bd81 commit 309da42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "eslint .",
"fixtures:type-check": " tsc -p ./fixtures/tsconfig.json",
"fixtures:lint-css": "stylelint './fixtures/**/*.css'",
"test": "npm run build && node --test && npm run fixtures:type-check && npm run fixtures:lint-css"
"test": "npm run build && node --test && npm run fixtures:type-check && npm run fixtures:lint-css",
"prepublishOnly": "npm run build"
},
"files": [
"lib",
Expand Down

0 comments on commit 309da42

Please sign in to comment.