Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
fix(deployment): resolve deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Dec 28, 2018
1 parent edbe898 commit f8f2955
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 @@ -27,7 +27,7 @@
"docs:compile": "mkdir docs 2>/dev/null; aglio --theme-variables slate -i src/docs/index.apib -o docs/docs.html && cp _redirects docs/_redirects",
"docs:start": "aglio --theme-variables slate -i src/docs/index.apib -o docs/docs.html -s",
"deploy": "yarn release && yarn docs:compile && yarn build",
"release": "[[ $CONTEXT == \"production\" ]] && semantic-release --debug || echo \"not production\""
"release": "[ \"$CONTEXT\" = \"production\" ] && semantic-release --debug || echo \"not production\""
},
"release": {
"plugins": [
Expand Down

0 comments on commit f8f2955

Please sign in to comment.