Skip to content

Commit

Permalink
Use new guild docs (#8160)
Browse files Browse the repository at this point in the history
* refactor

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* cache npm response

* prettify

* fix

* fix

* yarn deduplicate

* bump guild-docs

* fix conflicts

* one last time

* one last time2
  • Loading branch information
dimaMachina committed Aug 10, 2022
1 parent 0b41aff commit 62d7296
Show file tree
Hide file tree
Showing 112 changed files with 2,416 additions and 10,993 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"scripts": {
"postinstall": "patch-package && husky install",
"clean": "rimraf \"{,!(node_modules)/**/}node_modules/\"",
"prebuild": "rimraf \"{,!(node_modules)/**/}dist/\" .bob/ tsconfig.tsbuildinfo",
"clean": "rimraf node_modules/",
"prebuild": "rimraf dist/ .bob/ tsconfig.tsbuildinfo",
"build": "bob build",
"watch-build": "npx tsc-watch --project tsconfig.json --onSuccess \"bob build\"",
"test": "jest --forceExit --no-watchman",
Expand Down
Loading

0 comments on commit 62d7296

Please sign in to comment.