Skip to content

Commit

Permalink
chore: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
chedieck committed Jan 5, 2024
1 parent 6411706 commit 40b978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paybutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"dev": "rollup -c rollup.dev.js -w",
"build": "npm ci && rollup -c rollup.prod.js"
"build": "rollup -c rollup.prod.js"
},
"author": "",
"repository": {
Expand Down

0 comments on commit 40b978b

Please sign in to comment.