Skip to content

Commit 021fe8b

Browse files
committed
ci: replace npm run build with npm install and npm run build
Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com>
1 parent d727c2d commit 021fe8b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
registry-url: "https://registry.npmjs.org"
3535
scope: "@layer5"
3636
- run: |
37+
npm install
3738
npm run build
3839
npm publish --verbose
3940
env:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2626
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
2727
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
28-
"prepublish": "npm run build",
2928
"test": "jest",
3029
"versionup:major": "npm version major",
3130
"versionup:minor": "npm version minor",

0 commit comments

Comments
 (0)