Explorar el Código

update bootstrap script

Yuki Takei hace 3 años
padre
commit
21e72bbd94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,7 +30,7 @@
     ]
   },
   "scripts": {
-    "bootstrap": "yarn install --frozen-lockfile",
+    "bootstrap": "yarn install",
     "start": "yarn app:server",
     "prestart": "yarn app:build",
     "app:build": "turbo run build --filter @growi/app",