chore: optimize Turbo pipelines (#7236)

This commit is contained in:
Jonah Snider
2022-01-09 13:32:02 -08:00
committed by GitHub
parent 7ddd337c4a
commit fae39efc7f
4 changed files with 21 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"description": "The REST API for discord.js",
"scripts": {
"build": "tsup && tsc --emitDeclarationOnly --incremental",
"test": " jest --pass-with-no-tests --collect-coverage",
"test": "jest --pass-with-no-tests --collect-coverage",
"lint": "eslint src __tests__ --ext mjs,js,ts",
"lint:fix": "eslint src __tests__ --ext mjs,js,ts --fix",
"format": "prettier --write .",

View File

@@ -4,7 +4,7 @@
"description": "Implementation of the Discord Voice API for node.js",
"scripts": {
"build": "tsup && node scripts/postbuild.mjs",
"test": " jest --pass-with-no-tests --collect-coverage",
"test": "jest --pass-with-no-tests --collect-coverage",
"lint": "eslint src --ext mjs,js,ts",
"lint:fix": "eslint src --ext mjs,js,ts --fix",
"format": "prettier --write .",