Skip to content

Commit

Permalink
refactor: Remove plugin watch function
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Oct 3, 2024
1 parent 9664321 commit 2dba6c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @navikt/core/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"build:figma-config": "tsx ./darkside/figma",
"build:plugin-dev": "esbuild darkside/figma/plugin/plugin.ts --target=es2016 --bundle --define:process.env.NODE_ENV=\\\"development\\\" --outfile='darkside/figma/plugin/plugin.js'",
"build:plugin": "esbuild darkside/figma/plugin/plugin.ts --target=es2016 --bundle --define:process.env.NODE_ENV=\\\"production\\\" --outfile='darkside/figma/plugin/plugin.js'",
"build:plugin-watch": "esbuild darkside/figma/plugin/plugin.ts --target=es2016 --bundle --define:process.env.NODE_ENV=\\\"development\\\" --outfile='darkside/figma/plugin/plugin.js' --watch",
"test": "vitest run",
"test:watch": "vitest watch"
},
Expand Down

0 comments on commit 2dba6c9

Please sign in to comment.