Remove some unused npm scripts

This commit is contained in:
Jonathan Clem
2022-01-31 15:56:31 -05:00
parent d590c1273d
commit 03fb990f28
2 changed files with 1 additions and 3 deletions

View File

@@ -48,8 +48,6 @@
"check:format": "prettier --check .",
"check:lint": "eslint .",
"fix:format": "prettier --write .",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest"
}
}