We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c819e commit 2954127Copy full SHA for 2954127
package.json
@@ -11,8 +11,8 @@
11
}
12
},
13
"scripts": {
14
- "prestart": "pnpm run typedoc",
15
- "prebuild": "pnpm run tsc && pnpm run typedoc",
+ "prestart": "npm run typedoc",
+ "prebuild": "npm run tsc && npm run typedoc",
16
"postinstall": "patch-package",
17
"start": "rocket start",
18
"build": "rocket build",
0 commit comments