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:
version: node
test:
post:
- npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
deployment:
pack:
branch: /.*/
commands:
- npm run pack
- cp packed/* $CIRCLE_ARTIFACTS
- node ./scripts/slack.js
release:
tag: /.*/
commands:

Loading…
Cancel
Save