Skip to content

Commit

Permalink
Merge pull request #212 from steemit/circleci-node-version
Browse files Browse the repository at this point in the history
Try making CircleCI use an updated version of node
  • Loading branch information
bonustrack authored Jul 17, 2017
2 parents c9a71be + ba7b229 commit 5077121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
node:
version: 6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "npm run build-browser && npm run build-node",
"build-browser": "rm -rf dist && NODE_ENV=production webpack && gzip -k -f ./dist/*.js && du -h ./dist/*",
"build-node": "mkdir -p ./lib && cp -r ./src/* ./lib/ && babel ./src --out-dir ./lib",
"prepublish": "npm run test && npm run build",
"prepublish": "npm run build",
"postinstall": "cross-env scripts/post-install.js"
},
"browser": {
Expand Down

0 comments on commit 5077121

Please sign in to comment.