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 c4b9b37 commit f812b76Copy full SHA for f812b76
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "2.4.0-beta.1",
4
"repository": "https://github.com/broxus/everscale-standalone-client",
5
"scripts": {
6
+ "prebuild": "rm -rf dist",
7
"build": "npm run build:cjs && npm run build:esm",
8
"build:cjs": "tsc --module CommonJS --outDir dist/cjs --declaration false",
9
"build:esm": "tsc --module ESNext --outDir dist/esm --declaration --declarationDir dist/esm",
0 commit comments