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 9b33cc7 commit 41db7cdCopy full SHA for 41db7cd
package.json
@@ -9,6 +9,7 @@
9
"dist/index.d.ts"
10
],
11
"scripts": {
12
+ "prepublishOnly": "npm run build",
13
"build": "rimraf ./dist && tsc",
14
"watch": "tsc --watch",
15
"pretest": "npm run lint",
0 commit comments