Skip to content

Commit

Permalink
Merge pull request #1488 from decentdao/dev-bugfix-optimized-deps
Browse files Browse the repository at this point in the history
BugFix Dev
  • Loading branch information
Da-Colon authored Mar 25, 2024
2 parents 6e9bc72 + bbf4202 commit a954c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@
"lint:check": "eslint . --ext .ts,.tsx",
"pretty": "prettier . --write",
"pretty:check": "prettier . --check",
"dev": "npm run graphql:build && VITE_APP_GIT_HASH=`git rev-parse HEAD` vite",
"dev": "VITE_APP_GIT_HASH=`git rev-parse HEAD` vite --force",
"start": "vite start",
"preview": "vite preview",
"build": "npm run graphql:build && VITE_APP_GIT_HASH=`git rev-parse HEAD` vite build",
"graphql:build": "graphclient build",
"graphql:dev-server": "graphclient serve-dev",
"test": "vitest --dir=test",
"tests": "playwright test"
"tests": "playwright test",
"postinstall": "npm run graphql:build"
},
"engines": {
"node": "20.11.1",
Expand Down

0 comments on commit a954c6e

Please sign in to comment.