diff --git a/build b/build index 5fbeb090e..2b1795da0 100755 --- a/build +++ b/build @@ -53,6 +53,9 @@ case 'sprites': case 'replays': execSync(`node ../replay.pokemonshowdown.com/build`, options); process.exit(); + break; +case 'test-only': + break; case '': break; diff --git a/package.json b/package.json index 5e97afbff..8b2e02fdd 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "fix": "eslint --config=.eslintrc.js --fix js/ && eslint --config=build-tools/.eslintrc.js --fix build-tools/update build-tools/build-indexes" }, "dependencies": { - "@babel/cli": "^7.0.0-beta.46", - "@babel/core": "^7.0.0-beta.46", - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", - "@babel/plugin-transform-member-expression-literals": "^7.0.0-beta.46", - "@babel/plugin-transform-property-literals": "^7.0.0-beta.46", - "@babel/plugin-transform-react-jsx": "^7.0.0-beta.46", - "@babel/preset-env": "^7.0.0-beta.46", - "@babel/preset-typescript": "^7.0.0-beta.46", + "@babel/cli": "^7.1.2", + "@babel/core": "^7.1.2", + "@babel/plugin-proposal-class-properties": "^7.1.0", + "@babel/plugin-transform-member-expression-literals": "^7.0.0", + "@babel/plugin-transform-property-literals": "^7.0.0", + "@babel/plugin-transform-react-jsx": "^7.0.0", + "@babel/preset-env": "^7.1.0", + "@babel/preset-typescript": "^7.1.0", "@types/jquery": "^3.3.1", "google-auth-library": "^1.5.0", "image-size": "^0.6.2"