Workaround asc build

This commit is contained in:
Surma
2019-01-24 15:14:18 -05:00
parent a8265d5350
commit a676e1a2e9

View File

@@ -1,7 +1,7 @@
{
"name": "rotate",
"scripts": {
"build": "asc rotate.ts -b rotate.wasm --validate --optimize"
"build": "mv rotate.{as,ts} && asc rotate.ts -b rotate.wasm --validate --optimize && mv rotate.{ts,as}"
},
"devDependencies": {
"assemblyscript": "github:AssemblyScript/assemblyscript"