Skip to content

Commit

Permalink
Fix lucia build script (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Oct 31, 2023
1 parent 60f8a7c commit e0c54c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc && cp ./src/scrypt/MODULE_LICENSE ./dist/scrypt/MODULE_LICENSE",
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build",
"test": "vitest run",
"test.debug": "vitest run src/utils/debug.test.ts"
Expand Down

0 comments on commit e0c54c8

Please sign in to comment.