5 lines
76 B
TOML
5 lines
76 B
TOML
[phases.install]
|
|
cmds = ["npm ci --omit=dev"]
|
|
|
|
[start]
|
|
cmd = "npm run start" |