Skip to content

Commit

Permalink
fix: Remove pnpm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CvdL-UM committed Apr 17, 2024
1 parent 0cca653 commit e5c0d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawnotation-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "nuxt build",
"cypress": "pnpm exec cypress open",
"cypress": "npx cypress open",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
Expand Down

0 comments on commit e5c0d7f

Please sign in to comment.