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 0eae1a9 commit af9245cCopy full SHA for af9245c
.github/workflows/npmpublish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: npm install, build, and test
22
run: |
23
npm i
24
- npm run test:ci
+ # npm run test:ci
25
npm run build
26
env:
27
CI: true
0 commit comments