Skip to content

Commit

Permalink
added token for workflow access
Browse files Browse the repository at this point in the history
  • Loading branch information
paragraph-dev committed Jan 8, 2025
2 parents bb27568 + 0adad61 commit d9b3884
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
Expand Up @@ -8,8 +8,8 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,md,mdx,css,yaml}\""
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml}\""
},
"dependencies": {
"@clerk/clerk-react": "^5.21.0",
Expand Down

0 comments on commit d9b3884

Please sign in to comment.