Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 9c11a17

Browse files
author
Francesco
authored
Release v1.0.4 (#8)
1 parent ee41ea4 commit 9c11a17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version: '16.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
17+
- run: npm run build
1718
- run: npm publish
1819
env:
1920
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pod-point/cache-js",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A cache service for JS.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)