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 eff373c commit c175266Copy full SHA for c175266
package.json
@@ -26,6 +26,7 @@
26
"default": "lib/index.cjs.js"
27
},
28
"scripts": {
29
+ "prepublishOnly": "yarn compile",
30
"build": "yarn rimraf lib && yarn compile",
31
"compile": "yarn rollup -c",
32
"docs": "eslint-docs",
0 commit comments