Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl <xdr:twoCellAnchor editAs=oneCell> #407

Merged
merged 7 commits into from
Nov 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EUDEV-7310 need Jenkins job, should run build before publish - adapted
  • Loading branch information
Kay Ramme committed Sep 28, 2017
commit 818c75b6c85da737ee305f1f265271410b4de80e
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"
}
}
}
}