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 9300ee7 + e607f27 commit b10f798Copy full SHA for b10f798
.github/workflows/gh-packages.yml
@@ -37,6 +37,7 @@ jobs:
37
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
38
- name: Build and Publish OSCAL Viewer
39
run:
40
- cd example && npm ci && npm publish
+ cd example && npm ci && npm run build && npm publish
41
env:
42
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
43
+
0 commit comments