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

Commit 9f39a1d

Browse files
author
Simon Hofmann
committed
Removed tag-prefix settings for prebuild
1 parent 048a74c commit 9f39a1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ test_script:
6868
on_success:
6969
- cmd: cd c:\projects\opencv4nodejs
7070
- IF defined APPVEYOR_REPO_TAG_NAME (
71-
npm run prebuild -- --tag-prefix "" -u %GITHUB_TOKEN%
71+
npm run prebuild -- -u %GITHUB_TOKEN%
7272
)

ci/prebuild/prebuild.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
cd ../../ &&\
33
npm install --unsafe-perm &&\
44
cd test
5-
npm test
5+
npm install && npm test
66
cd -
7-
npm run prebuild -- --tag-prefix "" -u $GITHUB_TOKEN;
7+
npm run prebuild -- -u $GITHUB_TOKEN;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs-prebuilt",
3-
"version": "4.15.0-b10",
3+
"version": "4.15.0-b11",
44
"description": "This is a fork of opencv4nodejs which provides pre-built binaries",
55
"keywords": [
66
"opencv",

0 commit comments

Comments
 (0)