Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 24, 2024
1 parent b37a616 commit 0c046cd
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: npm-v1-${{ runner.os }}

- run: yarn --frozen-lockfile
- run: yarn build-prod
- run: yarn build

- name: release
env:
Expand Down
3 changes: 1 addition & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[ -n "$CI" ] && exit 0

node_modules/.bin/commitlint-def $1
# exit 1 # uncomment to debug
dev-lib commitlint $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[ -n "$CI" ] && exit 0

node_modules/.bin/lint-staged-def
dev-lib lint-staged
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "14.55.0",
"scripts": {
"prepare": "husky",
"build-prod": "build-prod-esm-cjs",
"build": "dev-lib build-esm-cjs",
"test": "dev-lib test",
"lint": "dev-lib lint",
"bt": "dev-lib bt",
"lbt": "dev-lib lbt",
"test-tz1": "TZ=Europe/Stockholm yarn test local",
"test-tz2": "TZ=JST-9 yarn test local",
"test-ny": "TZ=GMT-0500 yarn test localTime",
Expand All @@ -17,7 +21,7 @@
},
"devDependencies": {
"@naturalcycles/bench-lib": "^3.0.0",
"@naturalcycles/dev-lib": "^14.0.0",
"@naturalcycles/dev-lib": "^15.0.3",
"@naturalcycles/nodejs-lib": "^13.0.1",
"@naturalcycles/time-lib": "^3.5.1",
"@types/crypto-js": "^4.1.1",
Expand Down
Loading

0 comments on commit 0c046cd

Please sign in to comment.