Skip to content

Commit

Permalink
chore: Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFiFoFum committed Aug 2, 2023
1 parent aecbf3e commit 3d2dda8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"license": "MIT",
"module": "dist/apeswap-lists.esm.js",
"scripts": {
"build:full": "yarn build && yarn legacy-build",
"build": "tsdx build",
"build": "tsdx build && yarn legacy-build",
"start": "tsdx watch",
"prepublishOnly": "tsdx build",
"prepublishOnly": "yarn build",
"prepare": "husky install",
"test": "jest",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
Expand Down

0 comments on commit 3d2dda8

Please sign in to comment.