start script not needed, using Act locally

This commit is contained in:
Jacob M-G Evans 2023-08-08 13:28:05 -05:00
parent 342e6243b7
commit dfa59a861f
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

@ -23,7 +23,6 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "npx ncc run ./src/index.ts",
"build": "npx ncc build ./src/index.ts",
"test": "vitest",
"format": "prettier --write . --ignore-path ./dist/**",