Browse Source

Ensure that directory with packed binary exists

master
Leo Lamprecht 8 years ago
parent
commit
c74a88c2b6
  1. 12
      circle.yml

12
circle.yml

@ -2,13 +2,13 @@ machine:
node: node:
version: node version: node
test:
post:
- npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
deployment: deployment:
pack:
branch: /.*/
commands:
- npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
release: release:
tag: /.*/ tag: /.*/
commands: commands:

Loading…
Cancel
Save