Compare commits

..
Author SHA1 Message Date
dboreham f308b28eb4 Use npm to install cli 2024-03-07 19:42:45 -07:00
telackey f4e2492b01 bump 2024-03-04 23:12:05 -06:00
telackey 3bb7ca4ae8 bump version 2024-03-04 22:25:49 -06:00
telackey 83a6347551 bump version 2024-02-29 17:48:59 -06:00
telackey 06b8756dfd bump version 2024-02-27 22:55:46 -06:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -17,12 +17,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: "Install Yarn"
run: npm install -g yarn
- name: "Enable Yarn"
run: corepack enable
- name: "Install registry CLI"
run: |
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
yarn global add @cerc-io/laconic-registry-cli
npm install -g @cerc-io/laconic-registry-cli
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.32",
"version": "0.1.36",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",