Skip to content

Commit

Permalink
attempting redeploy with diff build to fix sass
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nthesis committed Jan 13, 2023
1 parent 1447fd7 commit c8cfd32
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 @@ -7,7 +7,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build && npm run build:sass",
"build:prod": "npm run build && mv dist api",
"build:prod": "npm run build",
"build:sass": "sass scss/custom.scss public/static/css/style.css --style=compressed",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
Expand Down

1 comment on commit c8cfd32

@vercel
Copy link

@vercel vercel bot commented on c8cfd32 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gatekeeper – ./

gatekeeper-git-master-tamudatathon.vercel.app
gatekeeper.vercel.app
gatekeeper-tamudatathon.vercel.app

Please sign in to comment.