From 435b2d45e0a12231f93b4806bd5bb721fd76b75e Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 1 Oct 2024 14:13:06 -0400 Subject: [PATCH] 6.0.0-alpha.38 --- .github/workflows/build.yml | 2 +- bsc-plugin/package-lock.json | 4 ++-- bsc-plugin/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfa159a..4f65534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: with: node-version: "16.20.2" architecture: 'x64' # fix for macos-latest - - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc + - run: cd bsc-plugin && echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc - run: cd bsc-plugin && npm ci - run: cd bsc-plugin && npm run build #create npm package diff --git a/bsc-plugin/package-lock.json b/bsc-plugin/package-lock.json index 7753ea6..94aa2e2 100644 --- a/bsc-plugin/package-lock.json +++ b/bsc-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "rooibos-roku", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rooibos-roku", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.38", "license": "ISC", "dependencies": { "source-map": "^0.7.3", diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 19fefe8..d43b3fa 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.38", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "scripts": { "preversion": "npm run build && npm run lint && npm run test",