mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
test: add unit tests to pipeline
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup --dts",
|
||||
"format": "prettier . --ignore-path ../../.gitignore",
|
||||
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/api.ts",
|
||||
"format": "prettier . -c --ignore-path ../../.gitignore",
|
||||
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
|
||||
"lint": "eslint --ext .ts src/",
|
||||
"lint:fix": "eslint --fix --ext .ts src/"
|
||||
|
||||
Reference in New Issue
Block a user