Skip to content

Commit bfd42c3

Browse files
committed
Remove non-functional test command
1 parent 4dd2bfe commit bfd42c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
"type": "module",
77
"scripts": {
88
"build": "vite build",
9-
"deploy": "npm run type-check && npm run lint && npm run test && devvit upload",
9+
"deploy": "npm run type-check && npm run lint && devvit upload",
1010
"dev": "devvit playtest",
1111
"launch": "npm run deploy && devvit publish",
1212
"lint": "eslint 'src/**/*.{ts,tsx}'",
1313
"login": "devvit login",
1414
"prettier": "prettier --write .",
15-
"test": "vitest run",
1615
"type-check": "tsc --build"
1716
},
1817
"engines": {

0 commit comments

Comments
 (0)