diff --git a/package.json b/package.json index c8541ad6..79af285f 100644 --- a/package.json +++ b/package.json @@ -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}'",