Added license & updated build to cache node_modules
This commit is contained in:
parent
cd80208734
commit
95251e9175
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -42,12 +42,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
pattern: dist
|
pattern: dist
|
||||||
|
|
||||||
- name: Upload Docs
|
- name: Upload Wiki
|
||||||
uses: actions/upload-artifact@v3
|
uses: ztimson/actions/wiki@develop
|
||||||
with:
|
|
||||||
name: docs
|
|
||||||
path: docs
|
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
name: Tag Version
|
name: Tag Version
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && npm run build:docs",
|
"build": "tsc && npm run build:docs",
|
||||||
"build:docs": "npx typedoc --readme none --plugin typedoc-plugin-markdown --out docs src/index.ts",
|
"build:docs": "npx typedoc --readme none --plugin typedoc-plugin-markdown --entryDocument Home.md --out docs src/index.ts",
|
||||||
"test": "npx jest --verbose",
|
"test": "npx jest --verbose",
|
||||||
"test:coverage": "npx jest --verbose --coverage",
|
"test:coverage": "npx jest --verbose --coverage",
|
||||||
"watch": "npm run build && npx tsc --watch"
|
"watch": "npm run build && npx tsc --watch"
|
||||||
|
Loading…
Reference in New Issue
Block a user