Skip to content

Commit

Permalink
chore(deps): rollback on local script change
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Oct 5, 2024
1 parent d448ad5 commit 266198c
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 @@ -145,7 +145,7 @@
"clean": "rimraf dist && rimraf \"{server,client}/dist\"",
"lint": "eslint --ext .ts,.js .",
"test": "mocha -r ts-node/register \"./+(client|server)/__tests__/unit/**/*.test.ts\"",
"test:e2e": "cross-env CHAI_JEST_SNAPSHOT_UPDATE_ALL=true ts-node ./client/src/__tests__/e2e/index.ts"
"test:e2e": "cross-env CI=true CHAI_JEST_SNAPSHOT_UPDATE_ALL=false ts-node ./client/src/__tests__/e2e/index.ts"
},
"version": "1.1.2",
"workspaces": {
Expand Down

0 comments on commit 266198c

Please sign in to comment.