Skip to content

Commit 02d1605

Browse files
committed
feat: remove replace-string in bootstrap script
1 parent 415d85f commit 02d1605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.1.2",
44
"type": "module",
55
"scripts": {
6-
"bootstrap": "yarn install && composer install --no-interaction && node ./replace-string.cjs",
6+
"bootstrap": "yarn install && composer install --no-interaction",
77
"dev": "vite",
88
"prebuild": "echo 'todo: remove console'",
99
"build": "vite build && node release/mv-manifest.cjs",

0 commit comments

Comments
 (0)