Skip to content

Commit f812b76

Browse files
committed
feat: add prebuild script to clean dist directory before build
1 parent c4b9b37 commit f812b76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.4.0-beta.1",
44
"repository": "https://github.com/broxus/everscale-standalone-client",
55
"scripts": {
6+
"prebuild": "rm -rf dist",
67
"build": "npm run build:cjs && npm run build:esm",
78
"build:cjs": "tsc --module CommonJS --outDir dist/cjs --declaration false",
89
"build:esm": "tsc --module ESNext --outDir dist/esm --declaration --declarationDir dist/esm",

0 commit comments

Comments
 (0)