We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b685e commit 495e56fCopy full SHA for 495e56f
package.json
@@ -22,7 +22,7 @@
22
},
23
"homepage": "https://matejchalk.github.io/better-enums/",
24
"scripts": {
25
- "prepublishOnly": "npm run build",
+ "prepublishOnly": "npm test && npm run build && npm run docs",
26
"build": "tsup",
27
"test": "jest",
28
"docs": "typedoc",
0 commit comments