Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent c4fc2ff commit e494657
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 @@ -63,7 +63,7 @@
"db:studio:unsecure": "prisma studio",
"clean": "rm -rf .next && rm -rf node_modules",
"chromatic": "npx chromatic --build-script-name build --auto-accept-changes --exit-zero-on-changes --only-changed --externals \"public/**\"",
"jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
"jest": "jest"
},
"prisma": {
"schema": "src/prisma/schema.prisma",
Expand Down

0 comments on commit e494657

Please sign in to comment.