Skip to content

Commit

Permalink
use prepublishOnly event instead of prepublish event
Browse files Browse the repository at this point in the history
OIL-339
  • Loading branch information
Alexander Glintschert committed May 10, 2019
1 parent 94a9300 commit a4b9677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ideasio/oil.js",
"version": "1.3.1-alpha",
"version": "1.3.1-alpha2",
"description": "oil.js Opt-In Layer for consent management based on the IAB TCF Standard",
"keywords": [
"IAB Europe",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:selenium": "node etc/nightwatch.jenkins.conf.js && ./node_modules/.bin/nightwatch -c etc/nightwatch.jenkins.conf.js -e chrome",
"test:watch": "cross-env SNAPSHOT=$SNAPSHOT cross-env NODE_ENV=test karma start etc/karma.conf.js",
"eslint": "eslint \"src/*.js\" && eslint \"src/scripts/*.js\" && eslint \"etc/*\" && eslint \"test/specs/**/*.js\" && eslint \"test/e2e/**/*.js\"",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"dependencies": {
"consent-string": "1.4.2",
Expand Down

0 comments on commit a4b9677

Please sign in to comment.