Skip to content

Commit

Permalink
Fixed prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 10, 2024
1 parent 7f7f493 commit 7be2c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
".": "./dist/index.js",
"./dist/*": "./dist/*"
},
"files": ["dist"],
"files": ["dist", "src"],
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"build": "npm run lint && tsc",
"lint": "eslint --ext .ts,.html src --ignore-path .gitignore",
"analyze": "cem analyze --litelement --exclude dist",
"format": "eslint --ext .ts,.html src --fix --ignore-path .gitignore",
"postinstall": "tsc"
"prepare": "tsc"
},
"dependencies": {
"@holochain-open-dev/elements": "^0.300.0-dev.0",
Expand Down

0 comments on commit 7be2c43

Please sign in to comment.