File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
"asinit" : " bin/asinit"
50
50
},
51
51
"scripts" : {
52
- "build" : " npm run build:bundle && npm run build:dts" ,
52
+ "build" : " npm run build:bundle && npm run build:dts && npm run build:sdk " ,
53
53
"build:bundle" : " webpack --mode production --display-modules" ,
54
54
"build:dts" : " node scripts/build-dts && tsc --noEmit --target ESNEXT --module commonjs --experimentalDecorators tests/require/index-release" ,
55
55
"build:sdk" : " node scripts/build-sdk" ,
67
67
"make" : " npm run clean && npm test && npm run build && npm test" ,
68
68
"all" : " npm run check && npm run make" ,
69
69
"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 && npm run build:sdk " ,
70
+ "postversion" : " node scripts/postversion && npm run build" ,
71
71
"prepublishOnly" : " node scripts/prepublish" ,
72
72
"postpublish" : " node scripts/postpublish" ,
73
73
"asbuild" : " npm run asbuild:untouched && npm run asbuild:optimized" ,
You can’t perform that action at this time.
0 commit comments