Skip to content

Commit

Permalink
Legge til script
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Dec 8, 2023
1 parent 0c1b386 commit 98a61ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions apps/dine-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"build-storybook": "storybook build",
"build-app": "next build",
"build": "next build",
"dev-api": "node ./api-mock-server/api-mock-server.js",
"dev": "next dev -p 8080",
Expand Down
1 change: 0 additions & 1 deletion apps/dine-pleiepenger/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default defineConfig({
command: 'yarn dev',
url: 'http://localhost:8080/dine-pleiepenger',
reuseExistingServer: true,
timeout: 120000,
env: {
PUBLIC_PATH: '/dine-pleiepenger',
API_URL: 'http://localhost:8089',
Expand Down

0 comments on commit 98a61ac

Please sign in to comment.