diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f56234ab..e7940690b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - run: npm run build #create npm package - - run: npm package + - run: npm pack #compute release version - name: Compute release version diff --git a/package-lock.json b/package-lock.json index eb5914ef2..997dc905a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "brighterscript", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2fe742855..93e009e74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brighterscript", - "version": "0.4.1", + "version": "0.4.2", "description": "A superset of Roku's BrightScript language.", "scripts": { "preversion": "npm run build && npm run lint && npm run test",