Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 2, 2024
1 parent e2a00c9 commit 171873f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "set NODE_ENV=production&& npx webpack --config webpack.config.js",
"pack": "pkg",
"lint": "eslint . --fix",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@capgo/standard-version": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { extname, join } from 'node:path'
import standardVersion from '@capgo/standard-version'
import command from '@capgo/standard-version/command'
import merge from 'merge-deep'
import * as ios from './ios'
import * as android from './android'
import * as ios from './ios'

async function findByExtension(dir: string, ext: string): Promise<string[]> {
const matchedFiles = []
Expand Down

0 comments on commit 171873f

Please sign in to comment.