Skip to content

Commit

Permalink
Merge branch 'feat/versioninfooter' of https://github.com/acdh-oeaw/v…
Browse files Browse the repository at this point in the history
…icav-vue3 into feat/versioninfooter
  • Loading branch information
simar0at committed Nov 11, 2024
2 parents 2ffc373 + 54ec169 commit 4bf5dba
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 @@ -27,7 +27,7 @@
"prepare": "run-s setup generate:api-client",
"setup": "is-ci || simple-git-hooks",
"start:preview": "nuxt preview --dotenv ./.env.local",
"start": "node .output/server/index.mjs",
"start": "NUXT_PUBLIC_CURRENT_GIT_SHA=$(git rev-parse HEAD) && node .output/server/index.mjs",
"start:local": "dotenv -e .env.local -- pnpm run start",
"test": "dotenv -e .env.local -- node checkenv.mjs && pnpm playwright install && pnpm validate",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 4bf5dba

Please sign in to comment.