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 57ec1b2 commit 1a9c307Copy full SHA for 1a9c307
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"typescript": "tsc --noEmit",
33
"lint": "eslint \"**/*.{js,ts,tsx}\"",
34
- "build": "bob build",
+ "build": "bob build && yarn copy-dts && yarn delete-dts.js",
35
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
36
"delete-dts.js": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
37
"example": "yarn --cwd example",
0 commit comments