We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc4eb2 commit 78545f4Copy full SHA for 78545f4
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node-version }} # Use the version from the matrix
22
23
- name: Install dependencies
24
- run: npm ci # Install dependencies from the lockfile
+ run: npm install # Install dependencies from the lockfile
25
26
- name: Build the library
27
run: npm run build # Assuming you have a build script in package.json
@@ -44,7 +44,7 @@ jobs:
44
node-version: 18 # Use any version (this is just for publishing)
45
46
47
48
49
50
run: npm run build # Build your library
0 commit comments