Skip to content

Commit c3f0fa7

Browse files
authored
Remove packs/js file path leftover from webpacker (#1127)
1 parent d966f0c commit c3f0fa7

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ yarn-error.log
2525
/tmp
2626
/public/system
2727
/public/assets
28-
/public/packs-test
2928
/coverage
3029
/spec/tmp
3130

.github/workflows/publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
IMAGE_NAME: ${{ fromJSON(steps.build_push_image.outputs.metadata)['image.name'] }}
8383
run: |
84-
docker cp "$(docker create "$IMAGE_NAME")":/app/public/packs/js/. sourcemaps
84+
docker cp "$(docker create "$IMAGE_NAME")":/app/public/assets/. sourcemaps
8585
8686
- name: Create Sentry release
8787
if: ${{ !(github.event_name == 'workflow_dispatch' && github.workflow == 'Publish Image') }}
@@ -94,7 +94,7 @@ jobs:
9494
finalize: false
9595
sourcemaps: sourcemaps
9696
version: ${{ inputs.sha }}
97-
url_prefix: ~/packs/js/
97+
url_prefix: ~/assets
9898

9999
update_check_run:
100100
name: Update Check Run

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
!/.yarn/versions
3333
yarn-error\.log
3434
/public/assets
35-
/public/packs
36-
/public/packs-test
3735
/node_modules
3836
yarn-debug.log*
3937
.yarn-integrity

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export default [
1717
ignores: [
1818
"app/assets/builds/",
1919
"node_modules/",
20-
"public/packs/",
2120
"public/assets/",
2221
"vendor/",
2322
"tmp/",

0 commit comments

Comments
 (0)