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 caefdef commit 5b05451Copy full SHA for 5b05451
package.json
@@ -46,6 +46,7 @@
46
},
47
"scripts": {
48
"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",
50
"lint": "eslint src/**/*.ts",
51
"prepare": "husky install && npm run build",
52
"analyze-components": "web-component-analyzer analyze src/*-element.ts --outFile custom-elements.json",
0 commit comments