Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 11, 2024
1 parent 0a6dda4 commit 8aa4900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/vite_react_thorin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint -c .eslintrc.json --ext .tsx,.ts ./src"
"lint": "eslint -c .eslintrc.json --ext .tsx,.ts ./src",
"build:example": "vite build --base=/examples/vite_react_thorin/",
"copy:next": "cp -r ./dist ../../app/out/examples/vite_react_thorin"
},
"devDependencies": {
"@types/tailwindcss": "^3.1.0",
Expand Down

0 comments on commit 8aa4900

Please sign in to comment.