We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616f69 commit 5ec4ccfCopy full SHA for 5ec4ccf
packages/hyperwebjs/package.json
@@ -26,7 +26,6 @@
26
"codegen": "ts-node ./scripts/codegen.ts",
27
"build": "npm run clean; npm run codegen; tsc; tsc -p tsconfig.esm.json; npm run copy",
28
"build:dev": "npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
29
- "lint": "eslint . --fix",
30
"test": "jest",
31
"test:watch": "jest --watch"
32
},
0 commit comments