Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit a0b48a6

Browse files
author
Simon Hofmann
committed
Fixed wrong script name for prebuild
1 parent b9b9275 commit a0b48a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prebuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"scripts": {
3-
"test": "bash ./prebuild.sh"
3+
"prebuild": "bash ./prebuild.sh"
44
}
55
}

0 commit comments

Comments
 (0)