mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
13 lines
329 B
YAML
13 lines
329 B
YAML
tasks:
|
|
- init: >
|
|
npm install &&
|
|
npm run build
|
|
command: npm run watch
|
|
- init: >
|
|
cd ../ &&
|
|
git clone https://github.com/photonstorm/phaser3-examples.git &&
|
|
cd phaser3-examples &&
|
|
npm install && npm start
|
|
ports:
|
|
- port: 8080
|
|
onOpen: open-preview
|