Skip to content

Commit

Permalink
Github-Action: Test Front-End Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeYeung committed Aug 17, 2024
1 parent e6c23be commit efdf121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Front-End/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "vite build && copyfiles _redirects dist",
"build+deploy": "vite build && copyfiles _redirects dist && npx netlify-cli deploy --site quic.hk --prod --dir dist",
"preview": "vite preview",
"comepileSass": "sass src/assets/scss/style.scss style.css"
"comepileSass": "sass src/assets/scss/style.scss style.css",
"github-action-test": ""
},
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down

0 comments on commit efdf121

Please sign in to comment.