Commit eb997445 authored by NGPixel's avatar NGPixel

fix: updated wercker build definition

parent ae2482d9
...@@ -21,10 +21,11 @@ deploy-github: ...@@ -21,10 +21,11 @@ deploy-github:
- script: - script:
name: package name: package
code: | code: |
tar -czf wiki-js.tar.gz * -X .build/.deployexclude tar -czfv wiki-js.tar.gz * -X .build/.deployexclude
yarn install --production --ignore-scripts --prefer-offline yarn install --production --ignore-scripts --prefer-offline
tar -czf node_modules.tar.gz node_modules tar -czfv node_modules.tar.gz node_modules
SEMVER_LAST=`npm show wiki.js version` SEMVER_LAST=`npm show wiki.js version`
chmod +x ./.build/semver_next.sh
SEMVER_NEXT=`./.build/semver_next.sh -p $SEMVER_LAST` SEMVER_NEXT=`./.build/semver_next.sh -p $SEMVER_LAST`
- github-create-release: - github-create-release:
token: $GITHUB_TOKEN token: $GITHUB_TOKEN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment