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.
2 parents 20ad758 + ba86cf1 commit 59006e1Copy full SHA for 59006e1
.github/workflows/test.yml
@@ -29,3 +29,7 @@ jobs:
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
32
+
33
+ - run: pnpx pkg-pr-new publish ./packages/kit-headless
34
+ env:
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
.gitignore
@@ -75,4 +75,4 @@ Thumbs.db
75
76
# Verdaccio
77
tmp
78
-.nx/cache
.npmignore
@@ -1,2 +1,3 @@
1
node_modules
2
+.nx/cache
3
coverage
0 commit comments