Skip to content

Commit

Permalink
Fix deploy (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Jul 30, 2017
1 parent 6700d37 commit 318257c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
dropkickjs.com
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"test-browserstack": "NODE_ENV=test BROWSER_STACK=true karma start",
"docs": "documentation build src/** -f html -o dist/docs",
"docs-md": "documentation build src/dropkick.js -f md > API-docs.md",
"deploy": "yarn build-prod && yarn docs && surge -p dist/ -d dropkickjs.surge.sh"
"deploy": "yarn build-prod && yarn docs && surge -p dist/ -d dropkickjs.com"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 318257c

Please sign in to comment.