Skip to content

Commit

Permalink
Merge pull request #2600 from GMOD/fix_dev_tools_build
Browse files Browse the repository at this point in the history
Fix broken published build of jbrowse/development-tools
  • Loading branch information
garrettjstevens committed Dec 21, 2021
2 parents 94fdfbc + 8f4fe32 commit b4395a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/development-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"node": ">=10"
},
"scripts": {
"build": "tsc"
"prebuild": "rimraf dist",
"build": "tsc",
"prepack": "yarn build"
},
"dependencies": {
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit b4395a0

Please sign in to comment.