Skip to content

Commit

Permalink
lockfile, fix script overwritten in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jun 7, 2024
1 parent 14d40b3 commit 4879621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gasket-plugin-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "swc lib -d cjs --delete-dir-on-start --strip-leading-paths",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest",
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict --experimental-vm-modules' jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"posttest": "npm run lint",
Expand Down

0 comments on commit 4879621

Please sign in to comment.