mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
22 lines
352 B
YAML
22 lines
352 B
YAML
|
tasks:
|
||
|
- init: |
|
||
|
npx yarn install
|
||
|
npx yarn stub
|
||
|
command: npx yarn play
|
||
|
|
||
|
ports:
|
||
|
- port: 3000
|
||
|
onOpen: open-preview
|
||
|
visibility: public
|
||
|
|
||
|
github:
|
||
|
prebuilds:
|
||
|
master: true
|
||
|
branches: true
|
||
|
pullRequests: true
|
||
|
pullRequestsFromForks: true
|
||
|
addCheck: true
|
||
|
addComment: false
|
||
|
addBadge: true
|
||
|
addLabel: true
|