We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce711 commit ad4edffCopy full SHA for ad4edff
lambdas/mesh-poll/package.json
@@ -15,10 +15,10 @@
15
"private": true,
16
"scripts": {
17
"lambda-build": "rm -rf dist && npx esbuild --bundle --minify --sourcemap --target=es2020 --platform=node --loader:.node=file --entry-names=[name] --outdir=dist src/index.ts",
18
- "lint": "eslint .",
19
- "lint:fix": "eslint . --fix",
20
- "test:unit": "jest",
21
- "typecheck": "tsc --noEmit"
+ "lint": "echo 'placeholder to be removed'",
+ "lint:fix": "echo 'placeholder to be removed'",
+ "test:unit": "echo 'placeholder to be removed'",
+ "typecheck": "echo 'placeholder to be removed'"
22
},
23
"version": "0.0.1"
24
}
0 commit comments