1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-05 01:58:21 +02:00

netlify: fix build command

This commit is contained in:
Kushagra Gour 2019-03-15 12:57:15 +05:30
parent 1da8cf4809
commit c00541dbcf

View File

@ -7,7 +7,7 @@ ID = "webmaker"
# unless otherwise overridden by more specific contexts.
[build]
# Default build command.
command = "gulp dev-release && ls dist/"
command = "gulp dev-release"
# Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.