Skip to content

Commit

Permalink
chore: criados scripts para ambientes Windows, referentes à issue #170
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFDiniz committed Dec 7, 2024
1 parent 00e060f commit 6fd5086
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"test:unit": "vitest --environment jsdom",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev:w": "set VUE_ENV=dev && vite",
"start:w": "set VUE_ENV=prod && node server.js"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
Expand All @@ -22,6 +24,7 @@
"moment": "^2.29.3",
"pug": "^3.0.2",
"serve-static": "^1.15.0",
"tcc-front": "file:",
"vue": "^3.2.33",
"vue-router": "^4.0.15",
"vue-the-mask": "^0.11.1",
Expand Down

0 comments on commit 6fd5086

Please sign in to comment.