Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jan 22, 2020
1 parent c442607 commit 84c0053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"build:project": "tsdx build",
"build:bin": "tsc && rollup -c rollup.config.js",
"version": "auto-changelog -p && git add CHANGELOG.md",
"prepare": "npm run build",
"ci": "[ ! -z $DANGER_GITHUB_API_TOKEN ] && yarn danger ci || echo \"Skipping Danger for External Contributor\"",
"examples": "run-p example:*",
"example:github": "node dist/bin/restful-react.js import --github OAI:OpenAPI-Specification:master:examples/v3.0/petstore.yaml --output examples/petstoreFromGithubSpec.tsx",
Expand Down

0 comments on commit 84c0053

Please sign in to comment.