Skip to content

Commit

Permalink
fix(build): ensure types are computed at build
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jan 20, 2020
1 parent 007a096 commit 0d7b589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"metapak": "metapak",
"postinstall": "lerna bootstrap --hoist && npm run compile && lerna link",
"postmetapak": "lerna run metapak",
"precz": "npm t && npm run lint && npm run metapak -- -s",
"precz": "npm t && npm run lint && npm run lerna -- run types && npm run metapak -- -s",
"prettier": "prettier --write 'src/**/*.js'",
"preversion": "npm t && npm run lint && npm run metapak -- -s && npm run compile",
"preversion": "npm t && npm run lint && npm run lerna -- run types && npm run metapak -- -s && npm run compile",
"test": "lerna run test",
"version": "npm run changelog"
},
Expand Down

0 comments on commit 0d7b589

Please sign in to comment.