Skip to content

Commit

Permalink
Add ignore file (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-pyun authored Jun 29, 2019
1 parent de5f7cd commit b200c15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
version: 2
jobs:
build:
test:
docker:
# specify the version you desire here
- image: circleci/node:8
Expand All @@ -22,3 +22,9 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: npm test
workflows:
version: 2
test:
jobs:
- test

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/.prettierrc
/.babelrc
/.gitignore
/.npmignore
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"logger",
"beautify",
"library",
"ajax",
"server"
],
"repo,sitory": {
Expand Down

0 comments on commit b200c15

Please sign in to comment.