Skip to content

Commit

Permalink
chore: removed non existing script reference from doc (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef3st committed Apr 12, 2024
1 parent d404464 commit fea6372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"clean": "rimraf .tsbuildinfo dist",
"build": "tsc -b",
"doc": "npm run analyze -- --exclude dist && typedoc --out doc foundation.ts",
"doc": "typedoc --out doc foundation.ts",
"prepublish": "npm run lint && npm run build && npm run doc",
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore"
Expand Down

0 comments on commit fea6372

Please sign in to comment.