We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb33bcf commit dee9aabCopy full SHA for dee9aab
package.json
@@ -17,7 +17,7 @@
17
"test.format": "prettier . --check",
18
"lint": "eslint . --fix",
19
"test.lint": "eslint .",
20
- "test": "jasmine ./test/index-test.mjs || shx rm -rf ./test/fixtures/**/*-minified.json",
+ "test": "jasmine ./test/index-test.mjs",
21
"clean": "shx rm -rf dist",
22
"build.native": "dub build --config=executable",
23
"build.native.release": "pnpm build.native -- --build release-nobounds --compiler=ldc2",
0 commit comments