Skip to content

Commit

Permalink
Remove @comet/blocks-api references in next (#3333)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair authored Feb 3, 2025
1 parent bb8322e commit 0423adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .changeset/old-adults-whisper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@comet/blocks-api": patch
"@comet/cms-api": patch
---

Expand Down
2 changes: 1 addition & 1 deletion demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"db:migrate": "$npm_execpath console migrate --",
"db:migrate:prod": "$npm_execpath console:prod migrate --",
"dev:nest": "$npm_execpath prebuild && $npm_execpath db:migrate && $npm_execpath console createBlockIndexViews && NODE_OPTIONS='--max-old-space-size=512' dotenv -e .env.secrets -e .env.local -e .env -e .env.site-configs -- nest start --debug --watch --preserveWatchOutput",
"dev:reload": "rimraf src/reload.ts && chokidar \"node_modules/@comet/cms-api/lib/**\" \"node_modules/@comet/blocks-api/lib/**\" -s -c \"echo '// change' >> src/reload.ts\"",
"dev:reload": "rimraf src/reload.ts && chokidar \"node_modules/@comet/cms-api/lib/**\" -s -c \"echo '// change' >> src/reload.ts\"",
"fixtures": "$npm_execpath console fixtures --",
"fixtures:prod": "$npm_execpath console:prod fixtures --",
"lint": "run-p lint:prettier lint:eslint lint:tsc && $npm_execpath lint:generated-files-not-modified",
Expand Down

0 comments on commit 0423adb

Please sign in to comment.