Skip to content

Commit

Permalink
webapp add build package script (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
yqxxgh authored Jan 18, 2024
1 parent 8dd4560 commit a921ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"lint": "npm run lint:fix && npm run lint:style",
"lint:ts": "ng lint",
"lint:fix": "ng lint --fix",
"lint:style": "stylelint \"src/**/*.less\" --syntax less --fix"
"lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
"package": "ng build --configuration production"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a921ecd

Please sign in to comment.