Skip to content

fix(deploy) remove wrong options on npm publish #95

fix(deploy) remove wrong options on npm publish

fix(deploy) remove wrong options on npm publish #95

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
# - run: npm install
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: "http://localhost:3000"