Skip to content

Commit

Permalink
fix pkg build (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Jan 23, 2023
1 parent da1f65e commit 2b5e000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.3.4",
"version": "0.3.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Bryan Chen <xlchen1291@gmail.com>",
Expand All @@ -16,8 +16,7 @@
"fix": "eslint . --ext .js,.ts --fix && prettier -w .",
"prepare": "husky install",
"start": "ts-node --transpile-only src/index.ts",
"build": "rm -rf dist && tsc -p tsconfig.prod.json && yarn postbuild",
"postbuild": "cp -r template ./dist",
"build": "rm -rf dist && tsc -p tsconfig.prod.json",
"build-wasm": "wasm-pack build executor --target nodejs --scope acala-network",
"build-wasm-logging": "yarn build-wasm --features=logging",
"check": "cd executor && cargo check --locked",
Expand Down Expand Up @@ -75,6 +74,7 @@
"files": [
"dist",
"bin",
"template",
"chopsticks.mjs"
],
"engines": {
Expand Down

0 comments on commit 2b5e000

Please sign in to comment.