mirror of
https://github.com/maxboeck/webring
synced 2024-11-21 19:03:04 +00:00
switch build cmd to npm
This commit is contained in:
parent
28adffe435
commit
3030038a69
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "yarn run build"
|
||||
command = "npm run build"
|
||||
publish = "dist"
|
||||
Functions = "functions"
|
||||
|
||||
|
|
Loading…
Reference in a new issue