We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9f3bb commit 16702a2Copy full SHA for 16702a2
package.json
@@ -24,6 +24,7 @@
24
"homepage": "https://github.com/OMICRONEnergyOSS/oscd-material-web-base#readme",
25
"scripts": {
26
"lint": "echo 'No linting configured'",
27
+ "bundle": "echo 'No bundle configured(or required)'",
28
"build": "wireit",
29
"build:ts": "wireit",
30
"build:css-to-ts": "wireit",
@@ -42,6 +43,7 @@
42
43
"**/*.scss",
44
"**/*.css",
45
"**/*.css.map",
46
+ "custom-elements.json",
47
"!web-test-runner.config.js",
48
"!commitlint.config.js",
49
"!**/test/**",
0 commit comments