Compare commits

..
10 Commits
Author SHA1 Message Date
dboreham caa2be6478 Test deployer with private: true removed
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m20s
2024-07-12 17:16:28 +00:00
telackey c31871213f Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m24s
2024-06-17 16:58:22 -05:00
dboreham 190d2fa019 Trigger publication to test if CD pipeline works
Publish ApplicationRecord to Registry / cns_publish (release) Failing after 1m37s
2024-06-14 17:24:39 +00:00
dboreham 3ee5bc9556 Merge pull request 'Use npm to install cli' (#12) from dboreham/use-npm into main
Reviewed-on: #12
Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to>
2024-03-08 02:51:29 +00:00
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
telackey c6673bde9d bump version 2024-02-27 19:04:26 -06:00
2 changed files with 4 additions and 5 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 -2
View File
@@ -1,7 +1,6 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.31",
"version": "0.1.39",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",