Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
chore: bump version to 0.150.0-post
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Oct 13, 2020
1 parent 9851b01 commit 458899f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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.",
Expand Down

0 comments on commit 458899f

Please sign in to comment.