Skip to content

Commit

Permalink
chore: test let jasmine remove the test tmp files
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 10, 2021
1 parent eb33bcf commit dee9aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test.format": "prettier . --check",
"lint": "eslint . --fix",
"test.lint": "eslint .",
"test": "jasmine ./test/index-test.mjs || shx rm -rf ./test/fixtures/**/*-minified.json",
"test": "jasmine ./test/index-test.mjs",
"clean": "shx rm -rf dist",
"build.native": "dub build --config=executable",
"build.native.release": "pnpm build.native -- --build release-nobounds --compiler=ldc2",
Expand Down

0 comments on commit dee9aab

Please sign in to comment.