Skip to content

Commit

Permalink
Generate barrels before build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Jul 26, 2020
1 parent 5658c3a commit f140b0c
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 @@ -12,7 +12,7 @@
"url": "https://github.com/madscience/typeorm-graphql-joiner.git"
},
"scripts": {
"prebuild": "rimraf dist",
"prebuild": "rimraf dist && npm run barrels:generate",
"build": "tsc -p tsconfig.build.json",
"postbuild": "cp package.json README.md dist/",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
Expand Down

0 comments on commit f140b0c

Please sign in to comment.