Skip to content

Commit

Permalink
Remove npm audit from build ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
- AUT-2633

Co-authored-by: Gabor Schneider <[email protected]>
  • Loading branch information
lloki-emarsys and szerintem committed Nov 22, 2024
1 parent ec418a8 commit 1716e4c
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 @@ -21,7 +21,7 @@
"pack": "npm run pack:main && npm run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"test": "npm run audit && npm run lint && npm run test:once",
"test": "npm run lint && npm run test:once",
"test:once": "karma start test-helpers/karma.conf.js --single-run",
"test:watch": "karma start test-helpers/karma.conf.js",
"release": "npm run build -- --publish always"
Expand Down

0 comments on commit 1716e4c

Please sign in to comment.