Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 13, 2023
1 parent f22b6f0 commit 212f6f0
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 @@ -50,7 +50,7 @@
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"prepare": "npm run build",
"prepublishOnly": "npm run build:types",
"prepublishOnly": "npm run build && npm run build:types",
"release": "standard-version",
"test": "node --test",
"test:watch": "clear && node --enable-source-maps --test --watch test"
Expand Down

0 comments on commit 212f6f0

Please sign in to comment.