From 458899f494f6188d95ae7b21493eb85589ef81cb Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 13 Oct 2020 13:49:21 -0700 Subject: [PATCH] chore: bump version to 0.150.0-post --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 35770a1..698f1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playwright/test", - "version": "0.9.21-post", + "version": "0.150.0-post", "license": "Apache-2.0", "author": { "name": "Microsoft Corporation" @@ -12,7 +12,8 @@ "lint": "eslint . --ext js,ts", "build": "tsc --build tsconfig.json", "watch": "tsc --build tsconfig.json --watch", - "prepare": "npm run build" + "prepare": "npm run build", + "prepublishOnly": "rm tsconfig.tsbuildinfo && rm -rf out && npm run build" }, "repository": "github:Microsoft/playwright-test", "description": "A test runner for running tests with Playwright.",