Skip to content

Commit 5bcb690

Browse files
committed
script/make-package: fail on license issues
1 parent 8625b33 commit 5bcb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ln ${BIN} ../../${PACKAGE_NAME} && \
1616
cd ../.. && \
1717
ln wasm/*.*.wasm wasm/checksums.json ${PACKAGE_NAME}/wasm && \
1818
ln LICENSE ${PACKAGE_NAME} && \
19-
cargo about generate about.hbs --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
19+
cargo about generate about.hbs --fail --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
2020
tar -c -z -f ${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} && \
2121
rm -rf ${PACKAGE_NAME}

0 commit comments

Comments
 (0)