Skip to content

Commit

Permalink
chore(build): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 26, 2021
1 parent fd215f0 commit bfa6a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandhog",
"version": "1.0.38",
"version": "1.0.39",
"bin": {
"sandhog": "bin/sandhog"
},
Expand All @@ -11,7 +11,7 @@
"description": "A virtual Open Source project maintainer",
"scripts": {
"generate:changelog": "standard-changelog --first-release",
"generate:sandhog": "node dist/cli.js all --yes",
"generate:sandhog": "node dist/cli/index.js all --yes",
"generate:all": "pnpm run generate:sandhog && pnpm run generate:changelog",
"clean": "rimraf dist",
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
Expand Down

0 comments on commit bfa6a7c

Please sign in to comment.