Skip to content

Commit

Permalink
feat(log): logging feature, remove npm i logs for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Jun 29, 2019
1 parent f6215f0 commit 0cdfa27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: npm install
- run: npm install --silent
- save_cache:
paths:
- node_modules
Expand Down
4 changes: 1 addition & 3 deletions config/test/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ module.exports = {
options: {
configFileName: "test/tsconfig.json",
getCustomTransformers: (program) => ({
before: [ transformer.default(program, {
debug: true
}) ]
before: [ transformer.default(program) ]
})
}
}
Expand Down

0 comments on commit 0cdfa27

Please sign in to comment.