Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Updating build task
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed Jun 27, 2018
1 parent 6cfb7dd commit 99f70c9
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 @@
docs.peercoin.net
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"start": "brunch watch --server -n",
"build": "echo 'Generating production optimized code, this may take a while...\n' && brunch build --production && echo 'You can find your production files at /public folder.\n\n'",
"build:docs": "node task-build-docs.js",
"deploy": "node task-deploy.js"
"deploy": "npm run build && npm run build:docs && cp CNAME public && node task-deploy.js"
},
"dependencies": {
"@fdaciuk/ajax": "^2.1.5",
Expand Down

0 comments on commit 99f70c9

Please sign in to comment.