Skip to content

Commit dee9aab

Browse files
committed
chore: test let jasmine remove the test tmp files
1 parent eb33bcf commit dee9aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test.format": "prettier . --check",
1818
"lint": "eslint . --fix",
1919
"test.lint": "eslint .",
20-
"test": "jasmine ./test/index-test.mjs || shx rm -rf ./test/fixtures/**/*-minified.json",
20+
"test": "jasmine ./test/index-test.mjs",
2121
"clean": "shx rm -rf dist",
2222
"build.native": "dub build --config=executable",
2323
"build.native.release": "pnpm build.native -- --build release-nobounds --compiler=ldc2",

0 commit comments

Comments
 (0)