UNPKG

464 BYAMLView Raw
1test:
2 override:
3 - grunt test:ci
4 post:
5 - grunt build
6
7general:
8 artifacts:
9 - "dist/"
10
11
12deployment:
13 production:
14 branch: master
15 commands:
16 - echo "//registry.npmjs.org/:_authToken=$NPM_AUTH" > ~/.npmrc
17 - git config --global user.email "hello@supportkit.io"
18 - git config --global user.name "SupportKit"
19 - grunt publish
20 - grunt deploy
21
22
23experimental:
24 notify:
25 branches:
26 only:
27 - master
\No newline at end of file