Skip to content

Commit

Permalink
ci: running script on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 18, 2024
1 parent cd3a4c7 commit 5d2d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"trifid:local": "trifid --verbose --config=trifid/config.local.json",
"lint": "standard",
"test": "run-p --aggregate-output -cns \"test:* -- {@}\" --",
"test:observations": "./test/check-observations.sh",
"test:observations": "sh ./test/check-observations.sh",
"test:basic-cube-constraint": "./test/check-metadata.sh basic-cube-constraint",
"test:standalone-cube-constraint": "./test/check-metadata.sh standalone-cube-constraint",
"test:standalone-constraint-constraint": "./test/check-metadata.sh standalone-constraint-constraint",
Expand Down

0 comments on commit 5d2d4c7

Please sign in to comment.