Skip to content

Commit daaa3b7

Browse files
committed
Update package.json
1 parent d8ec1f8 commit daaa3b7

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
@@ -16,6 +16,7 @@
1616
"url": "https://github.com/modbus2mqtt/server.shared"
1717
},
1818
"scripts": {
19+
"test": "echo 'no Tests'",
1920
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
2021
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
2122
"build": "npm run build.cjs && npm run build.esm",

0 commit comments

Comments
 (0)