Skip to content

Commit

Permalink
Added the build-analytics to the build-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnfrog committed Jul 11, 2017
1 parent 8ed9cc7 commit c13cac7
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 @@ -38,7 +38,7 @@
"watch-api": "npm run _mkdir && watchify --standalone VRView src/api/main.js -v -d -o build/vrview.js",
"build-three-closure": "npm run _mkdir && rollup -c src/third_party/three/rollup.config.js && java -jar src/third_party/three/closure-compiler-v20160713.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs src/third_party/three/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
"build-dms": "npm run _mkdir && uglifyjs scripts/js/device-motion-sender.js > build/device-motion-sender.min.js",
"build-all": "npm run build; npm run build-three-closure; npm run build-dms",
"build-all": "npm run build-analytics; npm run build-three-closure; npm run build-dms",
"test": "npm run build"
},
"repository": {
Expand Down

0 comments on commit c13cac7

Please sign in to comment.