Skip to content

Commit

Permalink
chore: re-add npm-run-all used in ecosystem-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Apr 20, 2023
1 parent f87d23e commit e5f891f
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"eslint-plugin-regexp": "^1.14.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.32.3",
"prettier": "2.8.7",
Expand Down
171 changes: 171 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ release({
},
generateChangelog: async (pkgName, version) => {
const changelog = readFileSync(`packages/${pkgName}/CHANGELOG.md`, 'utf-8')
console.log(colors.dim('Write package.json & CHANGELOG.md'))
console.log(colors.cyan('\nUpdating CHANGELOG.md...'))
const date = new Date().toISOString().slice(0, 10)
writeFileSync(
`packages/${pkgName}/CHANGELOG.md`,
Expand Down

0 comments on commit e5f891f

Please sign in to comment.