Skip to content

fix: remove play.decentraland change #2254

fix: remove play.decentraland change

fix: remove play.decentraland change #2254

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Install
run: npm ci
- name: Audit signatures
run: npm audit signatures