Browse Source

Ensure that directory with packed binary exists

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

8
circle.yml

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

Loading…
Cancel
Save