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 37fd907 commit a17760cCopy full SHA for a17760c
packages/server/package.json
@@ -17,11 +17,7 @@
17
"start:azure": "tsc-watch --onSuccess \"node ./lib/example/simple.azure.fileshare.js\"",
18
"type-check": "tsc --noEmit",
19
"type-check:watch": "npm run type-check -- --watch",
20
- "build": "tsc -b",
21
- "prepare": "npm run compile",
22
- "pretest": "npm run compile",
23
- "compile": "tsc -p .",
24
- "cypress:open": "cypress open"
+ "build": "tsc -b"
25
},
26
"author": "",
27
"license": "MIT",
0 commit comments