mirror of
https://github.com/smogon/sprites.git
synced 2026-08-23 18:25:31 -05:00
prefer workspace build to prepare script
This commit is contained in:
@@ -5,8 +5,5 @@
|
||||
"dependencies": {
|
||||
"@types/node": "^14.0.23"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc"
|
||||
},
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
|
||||
@@ -3,8 +3,5 @@
|
||||
"dependencies": {
|
||||
"@types/node": "^14.0.23"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc"
|
||||
}
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"mocha": "^8.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"test": "tsc && mocha test"
|
||||
},
|
||||
"type": "module",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepare": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^14.0.23",
|
||||
"make-promises-safe": "^5.1.0"
|
||||
|
||||
@@ -4,8 +4,5 @@
|
||||
"commander": "^5.1.0"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc"
|
||||
}
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
|
||||
@@ -7,8 +7,5 @@
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepare": "tsc"
|
||||
},
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user