Skip to content

Commit

Permalink
fix: automate build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenSherif committed Jan 24, 2022
1 parent fc9850a commit 1c72898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prebuild": "rimraf dist",
"build": "babel src --out-dir dist --extensions \".ts\"",
"postbuild": "copyfiles --exclude \"**/*.ts\" --all --flat src/configurations/* dist/configurations",
"prerelease": "npm run build",
"release": "np --no-tests"
},
"repository": {
Expand Down

0 comments on commit 1c72898

Please sign in to comment.