We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864c795 commit efcfd12Copy full SHA for efcfd12
tests/Application/package.json
@@ -3,7 +3,8 @@
3
"scripts": {
4
"build": "encore dev",
5
"build:prod": "encore production",
6
- "watch": "encore dev --watch"
+ "watch": "encore dev --watch",
7
+ "prod": "yarn build:prod"
8
},
9
"dependencies": {
10
"@sylius-ui/admin": "file:../../vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle",
0 commit comments