Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 21, 2023
1 parent ff5c392 commit 5e0eb8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js
*.cjs
*.mjs
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
root: true,
rules: {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
};
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import open from 'open';
import githubRelease from 'new-github-release-url';
import SimpleGit from 'simple-git';
import { hideBin } from 'yargs/helpers';
import execa from 'execa';
import { execa } from 'execa';
import signale from 'signale';
import { getNextVersion, VersionStage, VersionIncrement } from 'version-next';
import { run } from './run';
Expand Down

0 comments on commit 5e0eb8f

Please sign in to comment.