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 70fcb7e commit e3f94f3Copy full SHA for e3f94f3
.github/workflows/ci.yml
@@ -27,3 +27,5 @@ jobs:
27
cache: 'npm'
28
- run: npm ci
29
- run: npm run test
30
+ - run: npm run build
31
+ - run: npm run examples
package.json
@@ -27,7 +27,7 @@
],
"scripts": {
"build": "tsup lib/index.ts --target node16 --format cjs,esm --dts --clean",
- "examples": "npm run build && node examples/runner.js",
+ "examples": "node examples/runner.js",
"format": "prettier --write ./lib",
32
"lint": "eslint --fix ./lib",
33
"test": "vitest run --coverage",
0 commit comments