Skip to content

Commit

Permalink
Merge pull request #487 from layer5io/replace-build-steps
Browse files Browse the repository at this point in the history
Replace build steps
  • Loading branch information
nebula-aac authored Feb 3, 2024
2 parents d727c2d + 82cb092 commit 3b85163
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@layer5"
- run: |
npm install
npm run build
npm publish --verbose
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layer5/sistent",
"version": "0.14.5",
"version": "0.14.6",
"description": "Reusable React Components and SVG Icons library",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,6 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"prepublish": "npm run build",
"test": "jest",
"versionup:major": "npm version major",
"versionup:minor": "npm version minor",
Expand Down

0 comments on commit 3b85163

Please sign in to comment.