Use yarn
This commit is contained in:
parent
bfbcda8697
commit
132def2419
|
@ -1,8 +1,8 @@
|
||||||
[build]
|
[build]
|
||||||
command = """
|
command = """
|
||||||
composer test && \
|
composer test && \
|
||||||
npm run lint --fix-dry-run && \
|
yarn lint --fix-dry-run && \
|
||||||
npm run build && \
|
yarn build && \
|
||||||
composer build
|
composer build
|
||||||
"""
|
"""
|
||||||
publish = "output_prod"
|
publish = "output_prod"
|
||||||
|
|
9299
package-lock.json
generated
9299
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Reference in a new issue