Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 5, 2023
1 parent 98664c8 commit 929f456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -140,8 +140,8 @@
"test:cover": "cross-env NODE_OPTIONS=--openssl-legacy-provider BABEL_ENV=test karma start config/karma.cover.conf.js",
"test:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider node test/e2e/runner.js",
"test:types": "tsc -p types",
"test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js",
"test:unit:ci": "cross-env BABEL_ENV=test karma start config/karma.unit.ci.conf.js"
"test:unit": "cross-env NODE_OPTIONS=--openssl-legacy-provider BABEL_ENV=test karma start config/karma.unit.conf.js",
"test:unit:ci": "cross-env NODE_OPTIONS=--openssl-legacy-provider BABEL_ENV=test karma start config/karma.unit.ci.conf.js"
},
"sideEffects": false,
"types": "types/index.d.ts",
Expand Down

0 comments on commit 929f456

Please sign in to comment.