Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenyou committed Jun 8, 2024
1 parent 5572f5b commit de88160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "scalawind generate -pcr -o ./src/scalawind.scala",
"postinstall": "scalawind generate --check-duplication --check-optimization -pcr -o ./src/scalawind.scala",
"dev:scala": "scala-cli --cli-version 1.3.2 --power package . -w -f -o scalajs-modules",
"build:scala": "scala-cli --cli-version 1.3.2 --power package . -f -o scalajs-modules"
},
Expand Down

0 comments on commit de88160

Please sign in to comment.