Skip to content

Commit

Permalink
Merge pull request #492 from layer5io/491-husky
Browse files Browse the repository at this point in the history
fix: Change how husky is being installed
  • Loading branch information
nebula-aac authored Feb 7, 2024
2 parents 6e483be + 54d379e commit 21b2413
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ name: Publish Node.js Package
on:
release:
types: [synchronize, published]

env:
HUSKY: 0

jobs:
build:
runs-on: ubuntu-latest
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.7",
"version": "0.14.8",
"description": "Reusable React Components and SVG Icons library",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,6 @@
"postinstall": "husky install",
"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}\"",
"test": "jest",
"versionup:major": "npm version major",
"versionup:minor": "npm version minor",
Expand Down

0 comments on commit 21b2413

Please sign in to comment.