Skip to content

Commit

Permalink
Minor build process improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 12, 2018
1 parent cd155a5 commit e76bb38
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 @@ -42,7 +42,7 @@
"test:watch": "jest --watch",
"lint": "tslint \"source/**/*.ts\"",
"lint:fix": "tslint \"source/**/*.ts\" --fix",
"prepublishOnly": "yarn build && yarn declarations && yarn build:flow-types && build:pretty-types",
"prepublishOnly": "yarn build && yarn declarations && yarn build:flow-types && yarn build:pretty-types",
"build": "shx rm -rf ./distribution && tsc -p tsconfig.production.json && madge ./distribution --circular",
"build:fast": "tsc -p tsconfig.production.json",
"build:flow-types":
Expand Down

0 comments on commit e76bb38

Please sign in to comment.