Skip to content

Commit

Permalink
fix lint (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
watany-dev authored Aug 14, 2023
1 parent 66b1619 commit 41ee5a1
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 @@ -20,8 +20,8 @@
"test:lambda": "env NAME=Node jest --config ./runtime_tests/lambda/jest.config.js",
"test:lambda-edge": "env NAME=Node jest --config ./runtime_tests/lambda-edge/jest.config.js",
"test:all": "yarn test && yarn test:deno && yarn test:bun && yarn test:fastly && yarn test:lagon && yarn test:node && yarn test:wrangler && yarn test:lambda && yarn test:lambda-edge",
"lint": "eslint --ext js,ts src .eslintrc.cjs",
"lint:fix": "eslint --ext js,ts src .eslintrc.cjs --fix",
"lint": "eslint --ext js,ts src runtime_tests .eslintrc.cjs",
"lint:fix": "eslint --ext js,ts src runtime_tests .eslintrc.cjs --fix",
"denoify": "rimraf deno_dist && denoify && rimraf 'deno_dist/**/*.test.ts'",
"copy:package.cjs.json": "cp ./package.cjs.json ./dist/cjs/package.json && cp ./package.cjs.json ./dist/types/package.json ",
"build": "rimraf dist && tsx ./build.ts && yarn copy:package.cjs.json",
Expand Down

0 comments on commit 41ee5a1

Please sign in to comment.