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 ec1dcab commit 897d774Copy full SHA for 897d774
package.json
@@ -14,6 +14,7 @@
14
"build": "tsc --build",
15
"build:watch": "tsc --build --watch",
16
"pretest": "yarn build",
17
+ "prepublish": "yarn build",
18
"lint": "eslint '*/**/*.{js,ts,tsx}'"
19
},
20
"devDependencies": {
0 commit comments