Skip to content

Commit

Permalink
chore(cache,rest): Add commands to build local debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Sep 14, 2024
1 parent ed95d5a commit 167d7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cuttings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"homepage": "https://github.com/Sidnioulz/figmarine",
"scripts": {
"build": "tsc && tsup --env.NODE_ENV production",
"build:debug": "tsc && tsup --entry src/debug.ts --entry src/index.ts --env.NODE_ENV development",
"dev": "tsc-watch --onSuccess \"tsup --env.NODE_ENV production\"",
"dev:debug": "tsc-watch --onSuccess \"tsup --entry src/debug.ts --entry src/index.ts --env.NODE_ENV development\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down
2 changes: 2 additions & 0 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"scripts": {
"api:regen": "node ./scripts/regenFigmaRestApi.mjs",
"build": "tsc && tsup --env.NODE_ENV production",
"build:debug": "tsc && tsup --entry src/debug.ts --entry src/index.ts --env.NODE_ENV development",
"dev": "tsc-watch --onSuccess \"tsup --env.NODE_ENV production\"",
"dev:debug": "tsc-watch --onSuccess \"tsup --entry src/debug.ts --entry src/index.ts --env.NODE_ENV development\"",
"docs:build": "echo 'TODO: vitepress build docs'",
"docs:dev": "echo 'TODO: vitepress dev docs --port 1227'",
"docs:serve": "echo 'TODO: vitepress serve docs'",
Expand Down

0 comments on commit 167d7a0

Please sign in to comment.