mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-17 12:01:13 +02:00
netlify.toml: fix build config
This commit is contained in:
@@ -7,7 +7,7 @@ ID = "webmaker"
|
|||||||
# unless otherwise overridden by more specific contexts.
|
# unless otherwise overridden by more specific contexts.
|
||||||
[build]
|
[build]
|
||||||
# Default build command.
|
# Default build command.
|
||||||
command = "echo 'Command is running'"
|
command = "gulp dev-release"
|
||||||
|
|
||||||
# Directory to change to before starting a build.
|
# Directory to change to before starting a build.
|
||||||
# This is where we will look for package.json/.nvmrc/etc.
|
# This is where we will look for package.json/.nvmrc/etc.
|
||||||
@@ -16,7 +16,7 @@ ID = "webmaker"
|
|||||||
# Directory (relative to root of your repo) that contains the deploy-ready
|
# Directory (relative to root of your repo) that contains the deploy-ready
|
||||||
# HTML files and assets generated by the build. If a base directory has
|
# HTML files and assets generated by the build. If a base directory has
|
||||||
# been specified, include it in the publish directory path.
|
# been specified, include it in the publish directory path.
|
||||||
publish = "."
|
publish = "app"
|
||||||
|
|
||||||
# The following redirect is intended for use with most SPAs that handle
|
# The following redirect is intended for use with most SPAs that handle
|
||||||
# routing internally.
|
# routing internally.
|
||||||
|
Reference in New Issue
Block a user