diff --git a/packages/react-wavify/package.json b/packages/react-wavify/package.json index 1c873be..c955e13 100644 --- a/packages/react-wavify/package.json +++ b/packages/react-wavify/package.json @@ -20,8 +20,8 @@ "build:dev:module": "microbundle --no-pkg-main --no-sourcemap --no-generateTypes --jsx React.createElement --define __isDev__=true -i src/index.js -o lib/react-wavify.module.dev.js -f es", "build:dev:umd": "microbundle --no-pkg-main --no-sourcemap --no-generateTypes --jsx React.createElement --define __isDev__=true -i src/index.js -o lib/react-wavify.dev.js -f umd", "build:types": "cp src/index.d.ts lib/index.d.ts", - "clean": "rimraf lib/react-wavify.dev.js lib/react-wavify.js lib/react-wavify.module.dev.js lib/react-wavify.module.js lib/index.d.ts README.md", - "build": "yarn build:dev:module && yarn build:dev:umd && yarn build:module && yarn build:umd && yarn build:types && cp ../../README.md README.md", + "clean": "rimraf lib/react-wavify.dev.js lib/react-wavify.js lib/react-wavify.module.dev.js lib/react-wavify.module.js lib/index.d.ts", + "build": "yarn build:dev:module && yarn build:dev:umd && yarn build:module && yarn build:umd && yarn build:types", "watch": "rollup -c --watch", "test": "echo \"No tests \" && exit 0", "package": "pnpm publish --no-git-checks --access public"