Skip to content

Commit

Permalink
chore: updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 28, 2021
1 parent 57ec1b2 commit 1a9c307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"build": "bob build",
"build": "bob build && yarn copy-dts && yarn delete-dts.js",
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
"delete-dts.js": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
"example": "yarn --cwd example",
Expand Down

0 comments on commit 1a9c307

Please sign in to comment.