Skip to content

Commit 6f9bce9

Browse files
RubenHalmanjunners
authored andcommitted
revert package json and prepush hook
1 parent 102d8cb commit 6f9bce9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm run prepush

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
"postversion": "cp package.json ../.. && cp package-lock.json ../..",
2929
"clean": "rm -rf out dist types",
3030
"vite:dist": "npm run swc:build && vite build",
31-
"stryker": "npm i -g @stryker-mutator/core @stryker-mutator/jest-runn",
31+
"stryker": "npm i -g @stryker-mutator/core @stryker-mutator/jest-runner && stryker run",
32+
"prepush": "npm run clean && npm run swc:sim:pack && npm run test",
3233
"deploy:flows": "node scripts/deployFlows.js"
33-
},
34+
},
3435
"keywords": [],
3536
"license": "MIT",
3637
"description": "A rule engine capable of conducting static analysis on the metadata associated with Salesforce Lightning Flows, Process Builders, and Workflows.",

0 commit comments

Comments
 (0)