build: Fix build:avm_debug failing since webpack5

This commit is contained in:
Nathan Adams 2020-11-02 19:51:24 +01:00 committed by Mike Welsh
parent 8f064eea6e
commit 764b76389c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"bootstrap": "npm install && lerna bootstrap --hoist",
"build": "lerna run build --stream",
"buildProduction": "lerna run build --stream -- --mode=production",
"build:avm_debug": "lerna run build --stream -- -- --env.features=avm_debug",
"build:avm_debug": "lerna run build --stream -- -- --env features=avm_debug",
"demo": "lerna run --scope ruffle-demo serve --stream",
"test": "lerna run test --stream",
"format": "eslint . --fix && prettier . --write",