mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: pipeline improvements
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
"main": "src/index.js",
|
||||
"types": "src/types.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"README.md",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"scripts": {
|
||||
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/index.js",
|
||||
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/types.d.ts",
|
||||
"format": "prettier . -c --ignore-path ../../.gitignore",
|
||||
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
|
||||
"lint": "tsc --noEmit && eslint --ext .js src/",
|
||||
|
||||
Reference in New Issue
Block a user