We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8b870 commit c668198Copy full SHA for c668198
3 files changed
.github/workflows/build_verify.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- name: Npm Install
16
run: |
17
- npm install
+ npm ci
18
- name: eslint using npm run eslint
19
20
npm run lint
.github/workflows/npm-publish.yml
- name: building package
npm run build
.github/workflows/update-wiki-api.yml
@@ -16,7 +16,7 @@ jobs:
pwd
ls -al
cd srcRepo
npm run createJSDocs
21
ls -al docs
22
shell: bash
0 commit comments