Skip to content

Commit d161229

Browse files
Fix package tarball filename pattern in test_exports workflow
Co-authored-by: lukasoppermann <[email protected]>
1 parent dd57835 commit d161229

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install packed package
4545
run: |
4646
cd test-exports
47-
PACKAGE_FILE=$(ls ../@primer-primitives-*.tgz | head -1)
47+
PACKAGE_FILE=$(ls ../primer-primitives-*.tgz | head -1)
4848
npm install "$PACKAGE_FILE"
4949
5050
- name: Test main exports

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ coverage/
77
docs/public/
88
color-contrast-check.json
99
blob-report
10-
integration/buildprimer-primitives-*.tgz
10+
integration/build
11+
primer-primitives-*.tgz

0 commit comments

Comments
 (0)