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 1e842e6 commit 1d06d2aCopy full SHA for 1d06d2a
.github/workflows/package.yaml
@@ -23,7 +23,7 @@ jobs:
23
cache: "npm"
24
25
- name: Install dependencies
26
- run: npm install
+ run: cnpm install
27
28
- name: Build project
29
run: npm run build
0 commit comments