Skip to content

Commit

Permalink
prøver å bruke nais.js runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 12, 2024
1 parent 0b6e66f commit cd3578c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preprod-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
packages: write
contents: read
id-token: write
needs: [lint, test, test-cypress, build]
needs: [build]
steps:
- name: Hente kode
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/build/webpack/webpack.config.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const webpackConfig = {
new webpack.EnvironmentPlugin({ SENTRY_RELEASE: null }),
],
externals: {
'../build/webpack/faroConfig': 'excludedFile'
'../build/webpack/faroConfig'
},
};

Expand Down

0 comments on commit cd3578c

Please sign in to comment.