Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
feat: use build script
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Mar 30, 2020
1 parent f22adcf commit 0b23cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "dist"
command = "npm rum build:app"
command = "./bin/build"

[[redirects]]
from = "/*"
Expand Down

0 comments on commit 0b23cef

Please sign in to comment.