6 lines
84 B
YAML
6 lines
84 B
YAML
|
tasks:
|
||
|
- init: cd webapp && npm install
|
||
|
command: cd webapp && npm run start
|
||
|
|
||
|
|