-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from embroider-build/pnpm-version
update pnpm version in CI
- Loading branch information
Showing
4 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,17 +21,17 @@ | |
"github-changelog": "bin/cli.js" | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && tsc", | ||
"build": "pnpm clean && tsc", | ||
"changelog": "node ./bin/cli.js", | ||
"clean": "rimraf lib", | ||
"fix": "yarn lint -- --fix", | ||
"fix": "pnpm lint -- --fix", | ||
"lint": "eslint src --ext ts --format stylish", | ||
"prepack": "yarn build", | ||
"prepack": "pnpm build", | ||
"prettier": "prettier --write 'src/**/*.ts'", | ||
"release": "release-it", | ||
"test": "jest", | ||
"test-ci": "yarn build && yarn test", | ||
"watch": "yarn build -- --watch" | ||
"test-ci": "pnpm build && pnpm test", | ||
"watch": "pnpm build -- --watch" | ||
}, | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
|
@@ -102,5 +102,6 @@ | |
"internal": ":house: Internal" | ||
}, | ||
"cacheDir": ".changelog" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81" | ||
} |