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 d8ec1f8 commit daaa3b7Copy full SHA for daaa3b7
package.json
@@ -16,6 +16,7 @@
16
"url": "https://github.com/modbus2mqtt/server.shared"
17
},
18
"scripts": {
19
+ "test": "echo 'no Tests'",
20
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
21
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
22
"build": "npm run build.cjs && npm run build.esm",
0 commit comments