add deploy script

This commit is contained in:
2024-11-14 15:11:37 -05:00
parent 87db87a216
commit 85a9fc67d3

View File

@@ -18,6 +18,7 @@
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"deploy:dev": "pnpm publish .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
"fix": "pnpm format && pnpm lint:fix"