Skip to content

Commit 2954127

Browse files
committed
chore: use npm in scripts to allow building with npm
1 parent 54c819e commit 2954127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"scripts": {
14-
"prestart": "pnpm run typedoc",
15-
"prebuild": "pnpm run tsc && pnpm run typedoc",
14+
"prestart": "npm run typedoc",
15+
"prebuild": "npm run tsc && npm run typedoc",
1616
"postinstall": "patch-package",
1717
"start": "rocket start",
1818
"build": "rocket build",

0 commit comments

Comments
 (0)