Skip to content

Commit 5b05451

Browse files
committed
chore: add test script to package.json
1 parent caefdef commit 5b05451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"scripts": {
4848
"build": "rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false && rollup -c rollup.config.js && terser -c -m -o dist/wokwi-elements.bundle.min.js dist/wokwi-elements.bundle.js",
49+
"test": "npm run lint",
4950
"lint": "eslint src/**/*.ts",
5051
"prepare": "husky install && npm run build",
5152
"analyze-components": "web-component-analyzer analyze src/*-element.ts --outFile custom-elements.json",

0 commit comments

Comments
 (0)