Skip to content

Commit

Permalink
WIP CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Oct 29, 2024
1 parent 622e294 commit c0ae467
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 @@ -38,7 +38,7 @@
"run:google": "pm2 start ./pm2.google.config.js",
"run:proxy": "pm2 start ./pm2.proxy.config.js",
"run:test": "pm2 start ./pm2.test.config.js",
"run:nyc": "concurrently --killOthers \"npm run dev:nyc\" \"npm run mochaNyc\"",
"run:nyc": "concurrently --killOthers --successCondition last \"npm run dev:nyc\" \"npm run mochaNyc\"",
"run:cassbase": "pm2 start ./pm2.cassbase.config.js",
"run:withTests": "npm run test:start & npm run mochaEncryption",
"pm2startup": "pm2 startup",
Expand Down

0 comments on commit c0ae467

Please sign in to comment.