Split build command
This commit is contained in:
parent
e544595e7c
commit
b2569f21c8
|
@ -1,4 +1,8 @@
|
||||||
[build]
|
[build]
|
||||||
command = "yarn test:unit && yarn build"
|
command = """\
|
||||||
|
yarn lint
|
||||||
|
yarn test:unit
|
||||||
|
yarn build
|
||||||
|
"""
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
environment = { YARN_VERSION = "1.13.0" }
|
environment = { YARN_VERSION = "1.13.0" }
|
||||||
|
|
Reference in a new issue