Skip to content

Commit

Permalink
fix: 'contribute:debug' npm script malformed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelketek committed Oct 17, 2023
1 parent 5a65309 commit 1e563f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release:linux": "node create-signer.js && npm run make && cd electron-app && yarn run release:linux",
"release:osx": "npm run make && cd electron-app && yarn run release:osx",
"contribute": "npm ci --ignore-scripts && run-p --silent --print-name ci:** && run-p build:**",
"contribute:debug": "npm ci --ignore-scripts && run-p --print-name ci:** && --print-label run-p build:**",
"contribute:debug": "npm ci --ignore-scripts && run-p --print-name ci:** && run-p build:**",
"ci:commons": "cd commons && npm ci --no-audit&& npm run build",
"ci:app": "cd electron-app && npm ci --no-audit",
"ci:ui": "cd ui && npm ci --no-audit --no-fund --no-deprecate",
Expand Down

0 comments on commit 1e563f7

Please sign in to comment.