Skip to content

Commit

Permalink
refacto
Browse files Browse the repository at this point in the history
  • Loading branch information
Kout95 committed Jun 27, 2024
1 parent ee7dd32 commit 693997e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"type": "module",
"scripts": {
"//build": "echo 'compile typescript files'",
"build": "npm run translations:build && tsc && npm run copy:translations",
"build": "npm run translations:build && tsc && npm run translations:copy",
"build:watch": "npm run translations:build && tsc --watch",
"translations:build": "lit-localize build",
"copy:translations": "cp -r public/dist/localization/generated public/generated",
"translations:copy": "cp -r public/dist/localization/generated public/generated",
"translations:extract": "lit-localize extract",
"clean": "rimraf search-a-licious.{d.ts,d.ts.map,js,js.map} test/search-a-licious.{d.ts,d.ts.map,js,js.map} test/search-a-licious_test.{d.ts,d.ts.map,js,js.map}",
"lint": "npm run lint:lit-analyzer && npm run lint:eslint",
Expand Down

0 comments on commit 693997e

Please sign in to comment.