(fix): workflows
Some checks failed
/ deploy-and-package (push) Failing after 44s

(qol): dumb version
This commit is contained in:
Alois 2026-07-26 15:24:18 +02:00
commit be8eb83e02
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 5 additions and 5 deletions

View file

@ -10,14 +10,14 @@ jobs:
deploy-and-package: deploy-and-package:
runs-on: nixos runs-on: nixos
steps: steps:
- name: Check out repo - name: Install deps
uses: https://data.forgejo.org/actions/checkout@v4
- name: Install tools and dependencies
run: | run: |
nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#rsync nixpkgs#jq nixpkgs#gnused nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#rsync nixpkgs#jq nixpkgs#gnused
pnpm install --frozen-lockfile pnpm install --frozen-lockfile
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Build and package - name: Build and package
run: | run: |
pnpm pack pnpm pack

View file

@ -1,6 +1,6 @@
{ {
"name": "@methanium/ui", "name": "@methanium/ui",
"version": "0.0.1", "version": "0.0.2",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",