Skip to content

Commit 3b85163

Browse files
authored
Merge pull request #487 from layer5io/replace-build-steps
Replace build steps
2 parents d727c2d + 82cb092 commit 3b85163

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent",
3-
"version": "0.14.5",
3+
"version": "0.14.6",
44
"description": "Reusable React Components and SVG Icons library",
55
"repository": {
66
"type": "git",
@@ -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)