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 2cc1f51 commit f647ed5Copy full SHA for f647ed5
package.sh
@@ -18,6 +18,9 @@ npm ci
18
npm run build
19
npm prune --production
20
21
+# Remove internal package-lock cache which can cause checksum errors at runtime
22
+rm -f node_modules/.package-lock.json
23
+
24
shasum --algorithm 256 manifest.json package.json lib/*.js lib/driver/*.js lib/zigbee2mqtt/*.js LICENSE README.md > SHA256SUMS
25
26
find node_modules \( -type f -o -type l \) -exec shasum --algorithm 256 {} \; >> SHA256SUMS
0 commit comments