- Notifications
You must be signed in to change notification settings - Fork17
move to expo#375
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:Web | |
on:[push, pull_request, workflow_dispatch] | |
jobs: | |
build: | |
runs-on:ubuntu-latest | |
steps: | |
-name:Checkout repository | |
uses:actions/checkout@v2 | |
-name:npm ci, build | |
run:| | |
npm ci | |
export NODE_ENV=production && npx webpack | |
-name:Archive production artifacts | |
uses:actions/upload-artifact@v2 | |
with: | |
name:upload | |
path:| | |
web/public |