Skip to content

Commit

Permalink
Update package.json commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Apr 9, 2024
1 parent b58dec2 commit 237195c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"prepare": "husky install",
"prepublishOnly": "rm -rf ./dist/ && yarn && yarn lint && yarn tsc",
"extractPackageVersion": "node -p \"'export const PACKAGE_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" | prettier --parser typescript > src/utils/packageVersion.ts",
"lint-and-test": "yarn tsc && yarn lint && yarn test-all",
"lint": "echo \"Running lint\" && eslint './**/*.{ts,js}'",
"lint-and-test": "yarn lint && yarn test-all",
"lint": "tsc && eslint './**/*.{ts,js}'",
"start": "NODE_ENV=development ts-node --transpile-only ./src/entrypoint.cli.ts",
"test-all": "jest --config ./jest.config.all.ts",
"test-mutation": "jest --config ./jest.config.mutation.ts",
Expand Down

0 comments on commit 237195c

Please sign in to comment.