diff --git a/package.json b/package.json index 5d2d22f..52371a5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "yarn workspace react-scroll-section build", "start": "yarn workspace demo dev", "build:demo": "yarn build && yarn workspace demo build", - "release": "yarn workspace react-scroll-section release", + "release": "yarn build && yarn workspace react-scroll-section release", "test": "yarn workspace demo test", "pretest:ci": "yarn build", "test:ci": "start-server-and-test http-get://localhost:5173"