Skip to content

Commit

Permalink
change package name to look like the other packages in the project
Browse files Browse the repository at this point in the history
add `dev:tauri` script to root package.json
  • Loading branch information
Simon-Laux committed Jan 9, 2025
1 parent 5a8ce69 commit 613c0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"start:browser": "pnpm --filter=@deltachat-desktop/target-browser start",
"build:browser": "pnpm --filter=@deltachat-desktop/target-browser build",
"start:webserver": "pnpm --filter=@deltachat-desktop/target-browser start:server",
"dev:tauri": "pnpm --filter=@deltachat-desktop/target-tauri start",
"translations:pull": "tx pull -s -f && tx pull -f -a",
"translations:convert": "node ./bin/build-shared-convert-translations.mjs ./_locales",
"translations:update": "pnpm translations:pull && pnpm translations:convert && ./bin/find_complete_translations.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "deltachat-desktop-tauri",
"name": "@deltachat-desktop/target-tauri",
"private": true,
"version": "1.50.1",
"type": "module",
Expand Down

0 comments on commit 613c0b8

Please sign in to comment.