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 03f18ad commit fd7d807Copy full SHA for fd7d807
package.json
@@ -7,7 +7,6 @@
7
"test": "npx jest",
8
"test:watch": "jest --watch",
9
"build": "npm run test && rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types",
10
- "prepublishOnly": "npm run build",
11
"generate-types": "tsc --project tsconfig.types.json && rollup --config rollup.types.config.ts --configPlugin typescript && rm -rf ./dist/types"
12
},
13
"repository": {
0 commit comments