Skip to content
Snippets Groups Projects
Verified Commit 3dedbc43 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

fix: use sh not bash (alpine)

parent 2efd06fa
No related branches found
No related tags found
1 merge request!3Fix/737 uninline
#!/usr/bin/env bash
#!/usr/bin/env sh
set -euxo pipefail
......
{
"scripts": {
"bundle": "bash bundle.sh",
"bundle": "sh bundle.sh",
"lint": "ajv compile --spec=draft2020 -c ajv-formats -s dist/set-payload.schema.json",
"test": "ajv validate --errors=text --verbose --all-errors -d examples/**/*.json --spec=draft2020 -c ajv-formats -s dist/set-payload.schema.json"
},
......@@ -10,4 +10,4 @@
"ajv-formats": "^2.1.0"
},
"license": "EUPL-1.2"
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment