Skip to content

Commit

Permalink
Merge pull request #8 from robcresswell/chore/fix-release-process
Browse files Browse the repository at this point in the history
chore: fix release process
  • Loading branch information
robcresswell authored Jan 29, 2020
2 parents 16dca28 + dcbc9b7 commit 8598bb9
Show file tree
Hide file tree
Showing 3 changed files with 883 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,16 @@ jobs:
- run:
name: Run snyk
command: npx snyk test
test:
<<: *defaults
steps:
- install_deps
- run:
name: Run tests
command: yarn test
- store_artifacts:
path: reports/coverage
- store_test_results:
path: reports
lint:
<<: *defaults
steps:
- install_deps
- run:
name: Run linting tasks
command: yarn lint
release:
<<: *defaults
steps:
- install_deps
- run: yarn build
- run: npx semantic-release
workflows:
version: 2
test_and_release:
jobs:
- snyk
- test
- lint
- release:
requires:
- snyk
- lint
- test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
package-lock.json
yarn.lock
node_modules/
Loading

0 comments on commit 8598bb9

Please sign in to comment.