Skip to content

Commit

Permalink
fix(): registry deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 16, 2018
1 parent c5218df commit 208705b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn
working_directory: ~/repo/packages/registry/
- run: sh ./bin/deploy-staging

publish:
Expand Down
6 changes: 6 additions & 0 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"devDependencies": {
"@syncano/cli": "0.4.2"
}
}
1 change: 0 additions & 1 deletion packages/registry/syncano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"xo": "^0.17.1"
},
"scripts": {
"deploy-staging": "sh ./bin/deploy",
"test": "npm run e2e",
"e2e": "cross-env NODE_ENV=test mocha 'tests/*.js' --slow=2000 --reporter spec --require babel-register --no-timeouts"
},
Expand Down

0 comments on commit 208705b

Please sign in to comment.