Skip to content

Commit

Permalink
chore: updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 10, 2022
1 parent a3ae54d commit a0b64b7
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 @@ -34,7 +34,7 @@
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
"delete-debug-view": "rm -r ./lib/commonjs/components/bottomSheetDebugView && rm -r ./lib/module/components/bottomSheetDebugView && rm -r ./lib/typescript/components/bottomSheetDebugView",
"delete-dts.js": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
"release": "release-it",
"release": "rm -rf lib && yarn build && release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn install && yarn example"
},
Expand Down

0 comments on commit a0b64b7

Please sign in to comment.