Skip to content

Commit

Permalink
https://github.com/PanJiaChen/vue-element-admin/issues/21
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyouth committed Dec 17, 2023
1 parent 1c3943f commit c59c387
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
46 changes: 30 additions & 16 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"caravaggio": "dist/bin/caravaggio.js"
},
"scripts": {
"start": "NODE_ENV=production node dist/server",
"dev": "NODE_ENV=development tsnd --respawn src/server.ts",
"build": "rimraf -G dist/ && NODE_ENV=production tsc --build",
"start": "cross-env NODE_ENV=production node dist/server",
"dev": "cross-env NODE_ENV=development tsnd --respawn src/server.ts",
"build": "rimraf -G dist/ && cross-env NODE_ENV=production tsc --build",
"prepare": "npm run build",
"test": "npm run lint && npm run test-only -- --coverage --colors=false",
"test-only": "NODE_ENV=test jest",
"test-only": "cross-env NODE_ENV=test jest",
"test-watch": "npm run test-only -- --watch",
"lint": "eslint ."
},
Expand All @@ -37,6 +37,7 @@
"dependencies": {
"@vercel/node": "^2.4.0",
"configuring": "^0.3.2",
"cross-env": "^7.0.3",
"express-compression": "^1.0.1",
"fs-extra": "^9.0.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit c59c387

Please sign in to comment.