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 264a286 commit 66dfa21Copy full SHA for 66dfa21
.github/workflows/publish.yml
@@ -18,10 +18,8 @@ jobs:
18
with:
19
node-version: '>=16.8.0'
20
21
- - name: Builder Lib
22
- run: |
23
- npm install
24
- npm run build
+ - run: npm ci
+ - run: npm run build
25
26
- name: Publish Lib
27
uses: JS-DevTools/npm-publish@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@heliomarpm/kvs",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "A simple and robust KeyValues Storage's library",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments