From 49cffa0c5712b87971b11474e6a42ee858541a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Mon, 11 Feb 2019 08:57:19 +0200 Subject: [PATCH] Updated typescript to 3.3.3 and changed prepublish script to run synchronously --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d61ccae1..b90e30f17 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "lint-staged": "lint-staged", "move-types": "lerna exec -- node ../../scripts/typings/move.js", "publish": "lerna publish --exact --force-publish=* --skip-git --skip-npm && npm run build && npm run test && lerna publish --exact", - "prepublishOnly": "npm run build", + "prepublishOnly": "npm run build-slow", "prettier": "npm-run-all prettier:src:*", "prettier:src:js": "prettier --print-width 160 --single-quote true --write --list-different packages/*/__tests__/**/*.{js,jsx}", "prettier:src:ts": "prettier --print-width 160 --single-quote true --write --list-different --parser=typescript packages/*/src/**/*.{ts,tsx}", @@ -84,7 +84,7 @@ "@babel/preset-typescript": "^7.1.0", "@types/history": "^4.7.2", "@types/jest": "^24.0.0", - "@types/node": "^10.12.21", + "@types/node": "^10.12.24", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^24.1.0", "babel-plugin-inferno": "6.0.4", @@ -122,6 +122,6 @@ "sinon": "^7.2.3", "tslint": "^5.12.1", "tslint-config-prettier": "^1.18.0", - "typescript": "3.3.1" + "typescript": "3.3.3" } }