Change to npm

This commit is contained in:
Oliver Davies 2019-09-08 11:28:09 +01:00
parent e2c9f291b5
commit e64a0b2ae3
4 changed files with 10889 additions and 8081 deletions

View file

@ -2,8 +2,8 @@
command = """
composer test \
&& composer prod \
&& yarn lint --fix-dry-run \
&& yarn prod \
&& npm run lint --fix-dry-run \
&& npm run prod \
&& cp -R source/dist output_prod
"""
publish = "output_prod"