Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 14, 2022
1 parent f9712c0 commit a16efd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a16efd0

Please sign in to comment.