Skip to content

Commit

Permalink
Merge pull request #194 from lorengreenfield/fix-circle-ci
Browse files Browse the repository at this point in the history
Removed init command from circle ci as it breaks the run
  • Loading branch information
lorengreenfield committed Dec 24, 2019
2 parents bdba5a2 + 8f0d536 commit e6b3337
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,6 @@ jobs:
shell: /bin/bash --login
docker:
- image: circleci/node:10.12.0
command: /sbin/init
steps:
- checkout
- run: export PATH="~/lorengreenfield/halfcab/node_modules/.bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "halfcab",
"version": "12.0.2",
"version": "12.0.3",
"type": "module",
"description": "A simple universal JavaScript framework focused on making use of es2015 template strings to build components.",
"main": "halfcab.mjs",
Expand Down

0 comments on commit e6b3337

Please sign in to comment.