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 219315c commit 2a3b9f3Copy full SHA for 2a3b9f3
package.json
@@ -58,6 +58,7 @@
58
"build:1-esm": "linemod -e mjs lib/render.js",
59
"build:2-declaration": "tsc -p declaration.tsconfig.json",
60
"build": "run-s build:*",
61
+ "build-for-test": "run-s build:1-esm",
62
"check:0": "run-s clean build:1-esm",
63
"check:1:installed-check": "installed-check",
64
"check:1:knip": "knip",
0 commit comments