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",