Skip to content

Commit

Permalink
no test in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Oct 6, 2024
1 parent 5566e3c commit c9fcbee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/notion-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rimraf dist",
"update-fixtures": "find fixtures -maxdepth 1 -mindepth 1 -type d | xargs -I {} pnpm exec notion-downloader pull --cwd {}",
"test": "vitest run"
"update-fixtures": "find fixtures -maxdepth 1 -mindepth 1 -type d | xargs -I {} pnpm exec notion-downloader pull --cwd {}"
},
"dependencies": {
"notion-cache-client": "0.0.8"
Expand Down

0 comments on commit c9fcbee

Please sign in to comment.