Skip to content

Commit

Permalink
Add prepublish script (#18)
Browse files Browse the repository at this point in the history
* 2.0.1

* Add prepublish script
  • Loading branch information
jacksteamdev authored Dec 6, 2019
1 parent 8ff8192 commit 2d878a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-chrome-extension",
"version": "2.0.0",
"version": "2.0.1",
"description": "Build Chrome Extensions with this Rollup plugin.",
"repository": {
"url": "https://github.com/bumble-org/rollup-plugin-chrome-extension.git"
Expand All @@ -21,7 +21,8 @@
"lint": "tslint",
"start": "rollup -c -w",
"test": "jest",
"test:ci": "jest --runInBand --coverage"
"test:ci": "jest --runInBand --coverage",
"prepublishOnly": "run-p build build:types"
},
"dependencies": {
"ajv": "^6.10.2",
Expand Down

0 comments on commit 2d878a7

Please sign in to comment.