Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Jan 14, 2022
1 parent b3da36f commit 1d04ab9
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 787 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"start": "yarn link && tsc --watch",
"prebuild": "rimraf ./dist",
"build": "tsc",
"build:doc": "rimraf -rf build/docs && typedoc",
"prebuild:doc": "rimraf -rf build/docs",
"build:doc": "typedoc",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test": "jest",
"test:ci": "yarn test --coverage",
Expand Down Expand Up @@ -64,8 +65,7 @@
"mock-spawn": "^0.2.6",
"rimraf": "^3.0.0",
"tmp": "^0.2.1",
"typedoc": "^0.22.10",
"typedoc-plugin-nojekyll": "^1.0.1"
"typedoc": "^0.22.10"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"entryPoints": ["src"],
"out": "build/docs",
"exclude": ["**/node_modules/**", "**/*.spec.ts"],
"readme": "",
"readme": null,
"excludePrivate": true
}
Loading

0 comments on commit 1d04ab9

Please sign in to comment.