chore: add prerelease check
Some checks failed
/ release (push) Waiting to run
/ check (push) Successful in 1m47s
/ cargo fmt (push) Has been cancelled

This commit is contained in:
Guilhem Lavaux 2025-06-29 13:49:22 +02:00
parent 12b93f045b
commit c6f8628c22

View file

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "semantic-release"
"prerelease": "cargo build && cargo test",
"release": "npm run prerelease && semantic-release"
},
"repository": {
"type": "git",