Skip to content

Commit 2cb534d

Browse files
committed
fix: add one last missing script
1 parent e22756c commit 2cb534d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"clean": "rm -rf ./dist",
1212
"build": "tsup src/index.ts --format cjs,esm --dts",
1313
"release": "pnpm run ci && changeset publish",
14+
"ci": "pnpm run lint && pnpm run test && pnpm run build",
1415
"lint": "tsc",
1516
"test": "ts-mocha -- --verbose=true -p ./tsconfig.json --require @babel/register test/**.ts",
1617
"test:watch": "ts-mocha -- --verbose=true -p ./tsconfig.json --require @babel/register -w --watch-files **/*.ts",

0 commit comments

Comments
 (0)