Skip to content

Commit e5bfe15

Browse files
authored
fix: Fix version string in SDK dist files (#1336)
1 parent 5be2c61 commit e5bfe15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"asinit": "bin/asinit"
5151
},
5252
"scripts": {
53-
"build": "npm run build:bundle && npm run build:dts && npm run build:sdk",
53+
"build": "npm run build:bundle && npm run build:dts",
5454
"build:bundle": "webpack --mode production --display-modules",
5555
"build:dts": "node scripts/build-dts && tsc --noEmit --target ESNEXT --module commonjs --experimentalDecorators tests/require/index-release",
5656
"build:sdk": "node scripts/build-sdk",
@@ -67,7 +67,7 @@
6767
"make": "npm run clean && npm test && npm run build && npm test",
6868
"all": "npm run check && npm run make",
6969
"docs": "typedoc --tsconfig tsconfig-docs.json --mode modules --name \"AssemblyScript Compiler API\" --out ./docs/api --ignoreCompilerErrors --excludeNotExported --excludePrivate --excludeExternals --exclude **/std/** --includeDeclarations --readme src/README.md",
70-
"postversion": "node scripts/postversion",
70+
"postversion": "node scripts/postversion && npm run build:sdk",
7171
"prepublishOnly": "node scripts/prepublish",
7272
"postpublish": "node scripts/postpublish",
7373
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized",

0 commit comments

Comments
 (0)