Skip to content

Commit

Permalink
fix(linter): glob pattern (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 8, 2023
1 parent 613921a commit 41db186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"clean:build": "pnpm -r exec -- rm -rf dist",
"clean:node": "pnpm -r exec -- rm -rf node_modules",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"lint": "eslint \"packages/*/src/*/**\" && standard-markdown README.md --fix && standard --fix",
"lint": "eslint \"packages/*/src/**/*\" && standard-markdown README.md --fix && standard --fix",
"prepublishOnly": "pnpm run build",
"pretest": "pnpm run lint",
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
Expand Down

4 comments on commit 41db186

@vercel
Copy link

@vercel vercel bot commented on 41db186 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-hover-vanilla – ./packages/hover-vanilla

sdk-hover-vanilla.vercel.app
sdk-hover-vanilla.microlink.io
sdk-hover-vanilla-git-master-microlink.vercel.app
sdk-hover-vanilla-microlink.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 41db186 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-vanilla – ./packages/vanilla

sdk-vanilla-microlink.vercel.app
sdk-vanilla-git-master-microlink.vercel.app
sdk-vanilla.vercel.app
sdk-vanilla.microlink.io

@vercel
Copy link

@vercel vercel bot commented on 41db186 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-react – ./packages/react

sdk-react-microlink.vercel.app
sdk-react.vercel.app
sdk-react-git-master-microlink.vercel.app
sdk-react.microlink.io

@vercel
Copy link

@vercel vercel bot commented on 41db186 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.