initial build/test steps for nodejs

This commit is contained in:
2024-02-20 22:08:07 -07:00
parent f20c2b24f0
commit 6ac1015718
2 changed files with 72 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest",
"lint": "eslint .",
"lint": "eslint . && prettier --check src/",
"format": "prettier --write src/"
},
"author": "Wryn (yage) Wagner",
@ -95,6 +95,5 @@
},
"dependencies": {
"execa": "^8.0.1"
},
"version": "3.9.1"
}
}