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 4924b6f commit fcc56f1Copy full SHA for fcc56f1
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
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",
+ "build": "npm run test && npm run compile && npm run generate-types",
10
+ "compile": "rollup --config rollup.config.ts --configPlugin typescript",
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