Skip to content

Commit

Permalink
chore: remove py build
Browse files Browse the repository at this point in the history
  • Loading branch information
libterty committed Dec 22, 2020
1 parent 316a80f commit 589037a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build && npm run build:py",
"build": "nest build",
"build:docker": "docker build -t libterty8186/one-piece-gateway .",
"build:test": "docker build -t one-piece-gateway-build-test .",
"build:py": "cp -r ./address ./dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

0 comments on commit 589037a

Please sign in to comment.