Add private property to composer.json
This commit is contained in:
parent
64fdab3f4a
commit
362f6012c2
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@
|
|||
"sass-loader": "^13.0.2",
|
||||
"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