mirror of
https://github.com/smogon/sprites.git
synced 2026-09-14 21:16:11 -05:00
deploy: fix mocha test path
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"test": "tsc && mocha dist/test"
|
||||
"test": "tsc && mocha test"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user