Skip to content

Commit

Permalink
EUDEV-7310 need Jenkins job, should run build before publish - adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay Ramme committed Sep 28, 2017
1 parent c7c2132 commit 818c75b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"end-to-end-test": "mocha --require spec/config/setup spec/end-to-end --recursive",
"clean": "rm -rf build/ && rm -rf dist",
"build": "./node_modules/.bin/grunt build",
"prepublish": "./node_modules/.bin/grunt build",
"manual-test": "node spec/manual/app.js",
"preversion": "npm run clean && npm run build && npm test",
"postversion": "git push --no-verify && git push --tags --no-verify"
Expand Down Expand Up @@ -96,5 +97,15 @@
"dist",
"LICENSE",
"README.md"
]
],
"triple-j": {
"prerequisites": [
"@digital-coupons/buildnpm.npm"
],
"config": {
"project": {
"assignedNode": "linux"
}
}
}
}

0 comments on commit 818c75b

Please sign in to comment.