5 lines
151 B
TOML
5 lines
151 B
TOML
|
[build]
|
||
|
base = "website"
|
||
|
command = "export REACT_APP_BUILD_NO=`git rev-parse --short HEAD` && npm run test && npm run build"
|
||
|
publish = "dist"
|