File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 uses : changesets/action@master
4242 with :
4343 # This expects you to have a script called release which does a build for your packages and calls changeset publish
44- publish : yarn release
44+ publish : npm run release
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11coverage
22lib
33node_modules
4+ tmp *
Original file line number Diff line number Diff line change 11{
22 "name" : " synckit" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "description" : " Perform async work synchronously in Node.js using a separate process with first-class TypeScript support" ,
55 "repository" : " git+https://github.com/rx-ts/synckit.git" ,
66 "author" : " JounQin <admin@1stg.me>" ,
3434 "lint:es" : " eslint . --cache -f friendly --max-warnings 10" ,
3535 "lint:tsc" : " tsc --noEmit" ,
3636 "prepare" : " simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0" ,
37- "prerelease" : " yarn build" ,
37+ "prerelease" : " npm run build" ,
3838 "release" : " clean-publish && changeset publish" ,
3939 "test" : " jest" ,
4040 "typecov" : " type-coverage"
5959 "typescript" : " ^4.2.4" ,
6060 "yarn-deduplicate" : " ^3.1.0"
6161 },
62- "clean-publish" : {
63- "packageManager" : " npm"
64- },
6562 "commitlint" : {
6663 "extends" : " @1stg"
6764 },
You can’t perform that action at this time.
0 commit comments