Fix Netlify build command

This commit is contained in:
Rafael Bardini 2020-07-05 18:27:17 +02:00
parent f35450130a
commit 4f9f40cb36
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[build]
command = "npm run build:example"
command = "npm run build:demo"
publish = "public"