|
|
@@ -4,7 +4,7 @@
|
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
|
"env:copy": "cp .env.example .env",
|
|
|
- "start:env": "npm run env:copy && cmd ./init.cmd",
|
|
|
+ "start:env": "npm run env:copy && sh ./init.sh",
|
|
|
"blocks:install": "cd plugins/custom-block && npm install",
|
|
|
"blocks:start": "cd plugins/custom-block && npm run start"
|
|
|
},
|