Skip to content

Commit

Permalink
disable CI checking
Browse files Browse the repository at this point in the history
GCP Cloud Build not found by env-ci library
  • Loading branch information
darthwalsh committed May 20, 2020
1 parent e1127df commit f153e42
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 @@ -9,7 +9,7 @@
"pretest": "eslint --fix *.js spec && tsc -p jsconfig.json",
"test": "firebase emulators:exec --only database --debug \"jasmine\"",
"local": "firebase emulators:start --only database",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release --no-ci"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f153e42

Please sign in to comment.