Skip to content

Commit

Permalink
Ensure dist file is updated before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed May 21, 2020
1 parent f7fa1f5 commit 212b343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"build": "tsc",
"dist": "tsc && ncc build",
"lint": "eslint --ext .ts src"
"lint": "eslint --ext .ts src",
"version": "npm run build && git add dist"
}
}

0 comments on commit 212b343

Please sign in to comment.