Skip to content

Commit

Permalink
Fix wrong file reference to old docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Jul 18, 2024
1 parent 6be68fa commit 260ab1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/.next/

# imporatant to keep // $HighlightLine comments at the end of the line
apps/docs/src/code/
apps/web/src/code/


**/*.mdx
**/code/**/*
**/code/**/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "changeset version && pnpm run -r postVersion",
"publish": "changeset publish && pnpm run -r postPublish",
"test": "pnpm test --recursive --if-present",
"dev:docs": "pnpm --prefix apps/docs run dev",
"dev:web": "pnpm --prefix apps/web run dev",
"rm-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"pnpm-install-hack": "cd packages/js-sdk && sed -i '' 's/\"version\": \".*\"/\"version\": \"9.9.9\"/g' package.json && cd ../.. && pnpm i && git checkout -- packages/js-sdk/package.json"
},
Expand All @@ -21,4 +21,4 @@
"eslint": "^8.49.0",
"eslint-plugin-unused-imports": "^3.0.0"
}
}
}

0 comments on commit 260ab1d

Please sign in to comment.