Skip to content

Commit

Permalink
chore(package): fix test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mekwall committed Apr 11, 2023
1 parent e7cca26 commit b61c914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"scripts": {
"rebuild": "yarn build --clean",
"build": "tsukuru -c tsconfig.build.json",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
"test:debug": "cross-env DEBUG=ffmpeggy NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
"test": "yarn node --experimental-vm-modules $(yarn bin jest) --runInBand",
"test:debug": "cross-env DEBUG=ffmpeggy yarn node --experimental-vm-modules $(yarn bin jest) --runInBand",
"semantic-release": "semantic-release",
"semantic-release:local": "dotenv semantic-release"
},
Expand Down

0 comments on commit b61c914

Please sign in to comment.