Skip to content

Commit

Permalink
chore: integration with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 29, 2021
1 parent 3708973 commit 4600455
Show file tree
Hide file tree
Showing 3 changed files with 737 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-chairs-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'node-fs-storage': minor
---

feat: first blood, should just work
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"lint:es": "eslint . --cache -f friendly",
"lint:tsc": "tsc --noEmit",
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "yarn build",
"release": "changeset publish",
"test": "yarn jest",
"typecov": "type-coverage"
},
Expand All @@ -36,6 +38,8 @@
},
"devDependencies": {
"@1stg/lib-config": "^4.0.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@jest/types": "^27.1.0",
"@types/jest": "^27.0.1",
"@types/mkdirp": "^1.0.2",
Expand Down
Loading

0 comments on commit 4600455

Please sign in to comment.