We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22756c commit 2cb534dCopy full SHA for 2cb534d
1 file changed
package.json
@@ -11,6 +11,7 @@
11
"clean": "rm -rf ./dist",
12
"build": "tsup src/index.ts --format cjs,esm --dts",
13
"release": "pnpm run ci && changeset publish",
14
+ "ci": "pnpm run lint && pnpm run test && pnpm run build",
15
"lint": "tsc",
16
"test": "ts-mocha -- --verbose=true -p ./tsconfig.json --require @babel/register test/**.ts",
17
"test:watch": "ts-mocha -- --verbose=true -p ./tsconfig.json --require @babel/register -w --watch-files **/*.ts",
0 commit comments