Skip to content

Commit

Permalink
gather plugin commands as well
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 11, 2025
1 parent 33338bc commit e1d3575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"test:e2e": "echo 'Currently not functional - TODO: fixme'",
"dev:browser": "vite",
"dev:electron": "electron-vite -w",
"build": "npm run build:browser && npm run build:electron",
"build": "npm run build:browser && npm run build:electron && build:plugin",
"build:browser": "vite build",
"build:browser:url": "vite build --base $PUBLIC_URL",
"build:plugin": "vite build --base /inspector --outDir ../../plugins/dist-browser",
"build:electron": "electron-vite build",
"preview:browser": "npm run build:browser && vite preview",
"preview:electron": "electron-vite preview",
"pack:electron": "electron-builder build --publish never",
"clean": "npm run clean:electron && npm run clean:browser && npm run clean:npm",
"clean": "npm run clean:electron && npm run clean:browser && npm run clean:npm && clean:plugin",
"clean:electron": "rimraf dist/ && rimraf node_modules/.vite/ && rimraf node_modules/.vite-electron-renderer/",
"clean:browser": "rimraf dist-browser/ && rimraf node_modules/.vite/",
"clean:plugin": "rimraf plugins/dist-browser",
Expand Down

0 comments on commit e1d3575

Please sign in to comment.