Skip to content

Commit

Permalink
fix: Fix version string in SDK dist files (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO authored Jun 14, 2020
1 parent 5be2c61 commit e5bfe15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"asinit": "bin/asinit"
},
"scripts": {
"build": "npm run build:bundle && npm run build:dts && npm run build:sdk",
"build": "npm run build:bundle && npm run build:dts",
"build:bundle": "webpack --mode production --display-modules",
"build:dts": "node scripts/build-dts && tsc --noEmit --target ESNEXT --module commonjs --experimentalDecorators tests/require/index-release",
"build:sdk": "node scripts/build-sdk",
Expand All @@ -67,7 +67,7 @@
"make": "npm run clean && npm test && npm run build && npm test",
"all": "npm run check && npm run make",
"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",
"postversion": "node scripts/postversion",
"postversion": "node scripts/postversion && npm run build:sdk",
"prepublishOnly": "node scripts/prepublish",
"postpublish": "node scripts/postpublish",
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized",
Expand Down

0 comments on commit e5bfe15

Please sign in to comment.