Skip to content

Commit

Permalink
chore: update prebuild script for ci testing job
Browse files Browse the repository at this point in the history
  • Loading branch information
phchan9 committed May 25, 2022
1 parent 8621399 commit 453520b
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 @@ -32,7 +32,7 @@
"docs": "typedoc --out docs --theme minimal src",
"clean": "rimraf dist",
"start": "rollup -c rollup.config.js -w",
"prebuild": "yarn generate-type",
"prebuild": "yarn generate-type:dev1",
"build": "yarn clean && rollup -c rollup.config.js",
"bump-version": "standard-version --no-verify",
"release": "yarn publish --access public --non-interactive --no-commit-hooks"
Expand Down

0 comments on commit 453520b

Please sign in to comment.