We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd57835 commit d161229Copy full SHA for d161229
.github/workflows/test_exports.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install packed package
45
run: |
46
cd test-exports
47
- PACKAGE_FILE=$(ls ../@primer-primitives-*.tgz | head -1)
+ PACKAGE_FILE=$(ls ../primer-primitives-*.tgz | head -1)
48
npm install "$PACKAGE_FILE"
49
50
- name: Test main exports
.gitignore
@@ -7,4 +7,5 @@ coverage/
7
docs/public/
8
color-contrast-check.json
9
blob-report
10
-integration/buildprimer-primitives-*.tgz
+integration/build
11
+primer-primitives-*.tgz
0 commit comments