feat: move to .node-version for use in fnm and update justfile commands to use pnpm run instead of pnpm exec for build, lint, and clean
All checks were successful
Build and Test / build (push) Successful in 23s
Build and Test / release (push) Successful in 3s

This commit is contained in:
Lucas Oskorep
2026-03-02 23:43:48 -05:00
parent 7f9d040b82
commit 42d680d00c
4 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "0.2.1",
"version": "0.2.2",
"description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
"type": "module",
"private": true,
@@ -16,6 +16,9 @@
"homepage": "https://github.com/lucasoskorep/aerospike-gnome/#readme",
"sideEffects": false,
"scripts": {
"build": "tsc",
"clean": "rm -rf dist/*",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"