annoying shit

This commit is contained in:
Zero 2022-12-15 17:43:40 -05:00
parent 010675cb80
commit 8f99ca066a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"build": "NODE_OPTIONS=--openssl-legacy-provider node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
"e2e": "node test/e2e/runner.js",