Skip to content

Commit

Permalink
Added 'build.release' to root folder package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschw committed May 7, 2016
1 parent 06757ea commit d8d5d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"build": "cd ./utils/build && node build.js --include common --include extras",
"build.release": "cd ./utils/build && node build.js --include common --include extras --minify --output ../../build/three.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit d8d5d06

Please sign in to comment.