Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
fix: prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Oct 7, 2019
1 parent c69e9e2 commit 9a3dc4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@
],
"scripts": {
"lint": "eslint --ext .ts,.tsx src",
"bob": "bob build",
"flow": "flow src",
"flowgen": "flowgen src/index.d.ts -o src/index.js.flow",
"flowtyped": "flow-typed install",
"format": "prettier README.md './src/**/*.{ts,tsx}' src/index.d.ts --write",
"peg": "pegjs -o src/lib/extract/transform.js ./src/lib/extract/transform.peg",
"tsc": "tsc --noEmit",
"test": "npm run lint && npm run tsc && npm run flow",
"prepare": "npm run flowgen && npm run bob build",
"prepare": "npm run flowgen && npm run bob",
"semantic-release": "semantic-release"
},
"peerDependencies": {
Expand Down

0 comments on commit 9a3dc4e

Please sign in to comment.