Browse Source

fix: wercker (1)

pull/235/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
70497790f9
1 changed files with 1 additions and 0 deletions
  1. 1
      wercker.yml

1
wercker.yml

@ -76,6 +76,7 @@ deploy-github:
- script:
name: package
code: |
ls
tar -chzfv wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE
tar -chzfv node_modules.tar.gz node_modules
SEMVER_LAST=`npm show wiki.js version`

Loading…
Cancel
Save