Skip to content

Commit 8f99cfb

Browse files
committed
remove postInstall script
1 parent 3d2030d commit 8f99cfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/selianize/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "selianize",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.1.0-beta.1",
44
"description": "Export Selenium IDE projects into javascript",
55
"repository": "https://github.com/SeleniumHQ/selenium-ide",
66
"main": "dist/selianize.cjs.js",
77
"module": "dist/selianize.esm.js",
88
"scripts": {
99
"build": "rollup -c",
1010
"dev": "rollup -c -w",
11-
"postinstall": "yarn build",
1211
"prepublishOnly": "yarn build"
1312
},
1413
"engines": {

0 commit comments

Comments
 (0)