Add private property to composer.json
This commit is contained in:
parent
d057c7b41c
commit
6a754806c6
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@
|
|||
"typescript": "^4.7.4",
|
||||
"webpack-notifier": "^1.15.0"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "encore production",
|
||||
"build": "encore production --progress",
|
||||
"dev": "encore dev",
|
||||
"dev-server": "encore dev-server",
|
||||
"watch": "encore dev --watch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue