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