Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 130e1ce

Browse files
committed
Fix postinstall
1 parent 3ce7af9 commit 130e1ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-extra-plugin-portal",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0-rc.2",
44
"description": "A puppeteer-extra plugin to let you interact with headless sessions remotely",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -16,7 +16,7 @@
1616
"author": "claabs",
1717
"license": "MIT",
1818
"scripts": {
19-
"install": "(cd frontend && npm i)",
19+
"prepare": "(cd frontend && npm i)",
2020
"clean": "rimraf dist/*",
2121
"prebuild": "run-s clean",
2222
"build": "run-s build:tsc build:rollup ambient-dts build:frontend",

0 commit comments

Comments
 (0)