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.
2 parents 7124c69 + a79170a commit 7024f31Copy full SHA for 7024f31
1 file changed
integration_tests/typescript_web/package.json
@@ -3,11 +3,11 @@
3
"version": "1.0.0",
4
"type": "module",
5
"scripts": {
6
- "main": "npm run typical && rm -rf dist && tsc --project tsconfig.json && vp build",
+ "main": "npm run typical && tsc --project tsconfig.json && vp build",
7
"lint": "npm run typical && vp check",
8
"format": "vp fmt && typical format ../types/types.t",
9
"typical": "(cd ../.. && cargo run -- generate integration_tests/types/types.t --typescript-dir integration_tests/typescript_web/generated)",
10
- "serve": "npm run typical && rm -rf dist && tsc --project tsconfig.json && vp dev"
+ "serve": "npm run typical && tsc --project tsconfig.json && vp dev"
11
},
12
"dependencies": {
13
"js-sha256": "0.11.1",
0 commit comments