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 0a77a4e commit 336c9c9Copy full SHA for 336c9c9
package.json
@@ -7,10 +7,11 @@
7
"test": "tests"
8
},
9
"scripts": {
10
- "build": "webpack",
11
- "typegen": "tsc src/*.js --outDir dist/types --allowJs --declaration --emitDeclarationOnly",
+ "webpack": "webpack",
+ "typegen": "tsc ./src/transformers.js --outDir dist/types --allowJs --declaration --emitDeclarationOnly",
12
"dev": "webpack serve --no-client-overlay",
13
- "test": "node tests/index.js"
+ "test": "node tests/index.js",
14
+ "build": "npm run webpack && npm run typegen"
15
16
"repository": {
17
"type": "git",
0 commit comments