mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update package.json scripts
This commit is contained in:
parent
5bfc11a541
commit
6370de3a72
1 changed files with 3 additions and 2 deletions
|
|
@ -51,8 +51,9 @@
|
|||
},
|
||||
"engineStrict": true,
|
||||
"scripts": {
|
||||
"watch": "gulp watch",
|
||||
"build": "gulp build",
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore dev",
|
||||
"build:prod": "encore production",
|
||||
"gulp": "gulp build",
|
||||
"lint": "yarn lint:js",
|
||||
"lint:js": "eslint gulpfile.babel.js src/Sylius/Bundle/AdminBundle/gulpfile.babel.js src/Sylius/Bundle/ShopBundle/gulpfile.babel.js src/Sylius/Bundle/UiBundle/Resources/private/js src/Sylius/Bundle/AdminBundle/Resources/private/js src/Sylius/Bundle/ShopBundle/Resources/private/js",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue