Skip to content

Commit 2c9e1e9

Browse files
committed
chore(package): fix scripts
1 parent 03ffb1f commit 2c9e1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"rebuild": "yarn build --clean",
3939
"build": "tsukuru -c tsconfig.build.json",
4040
"test": "yarn build && yarn node --experimental-vm-modules $(yarn bin jest) --runInBand",
41-
"test:debug": "cross-env DEBUG=ffmpeggy yarn test --detectOpenHandles",
41+
"test:debug": "cross-env DEBUG=ffmpeggy yarn build && yarn node --experimental-vm-modules $(yarn bin jest) --runInBand --detectOpenHandles",
4242
"semantic-release": "semantic-release",
43-
"semantic-release:dry-run": "DRY_RUN=true semantic-release --dry-run --no-ci --debug"
43+
"semantic-release:dry-run": "cross-env DRY_RUN=true semantic-release --dry-run --no-ci --debug"
4444
},
4545
"engines": {
4646
"node": ">= 12"

0 commit comments

Comments
 (0)