mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-20 16:16:39 +02:00
Fix watch-php script needing quotes
This commit is contained in:
parent
502065b08a
commit
90bdd804fe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently \"npm run watch-js\" \"npm run watch-php\"",
|
"start": "concurrently \"npm run watch-js\" \"npm run watch-php\"",
|
||||||
"watch-js": "parcel watch index.html --public-url ./",
|
"watch-js": "parcel watch index.html --public-url ./",
|
||||||
"watch-php": "cpx src/php/**/* dist -v -w",
|
"watch-php": "cpx \"src/php/**/*\" dist -v -w",
|
||||||
"bundle": "parcel build index.html && cpx src/php/**/* dist",
|
"bundle": "parcel build index.html && cpx src/php/**/* dist",
|
||||||
"serve-frontend-only": "parcel index.html",
|
"serve-frontend-only": "parcel index.html",
|
||||||
"clear": "npm run clear-dist && npm run clear-cache",
|
"clear": "npm run clear-dist && npm run clear-cache",
|
||||||
|
|
Loading…
Add table
Reference in a new issue