Skip to content

Commit 7024f31

Browse files
authored
Merge pull request #560 from stepchowfun/remove-redundant-web-dist-cleanup
Remove redundant web dist cleanup
2 parents 7124c69 + a79170a commit 7024f31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration_tests/typescript_web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"type": "module",
55
"scripts": {
6-
"main": "npm run typical && rm -rf dist && tsc --project tsconfig.json && vp build",
6+
"main": "npm run typical && tsc --project tsconfig.json && vp build",
77
"lint": "npm run typical && vp check",
88
"format": "vp fmt && typical format ../types/types.t",
99
"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"
10+
"serve": "npm run typical && tsc --project tsconfig.json && vp dev"
1111
},
1212
"dependencies": {
1313
"js-sha256": "0.11.1",

0 commit comments

Comments
 (0)