Skip to content

Commit

Permalink
fix: gaid
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent 33acfe1 commit e4c1e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"script:modSource": "node \"./scripts/modSource.js\"",
"script:removeTrash": "node \"./scripts/removeTrash.js\"",
"build": "cross-env NODE_ENV=production run-s script:genIconIdx script:genMeta eslint typecheck bundle script:removeTrash",
"dev": "cross-env NODE_ENV=development run-s script:genIconIdx script:genMeta serve"
"dev": "cross-env NODE_ENV=development VITE_GA_ID=TEST run-s script:genIconIdx script:genMeta serve"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.6",
Expand Down

0 comments on commit e4c1e89

Please sign in to comment.