Skip to content

Commit

Permalink
build(env): set process.env.CI to false
Browse files Browse the repository at this point in the history
don't really want to deal with the errors being thrown by CI so it happens
  • Loading branch information
TasoOneAsia committed Jul 7, 2021
1 parent 1835370 commit f0e99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pretty-quick": "^3.1.0"
},
"scripts": {
"build": "lerna run build",
"build": "lerna run test && CI=false lerna run build",
"prepare": "husky install",
"bootstrap": "lerna bootstrap",
"format:staged": "pretty-quick --staged",
Expand Down

0 comments on commit f0e99db

Please sign in to comment.