Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Nov 21, 2023
1 parent dd197b0 commit ed7213b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
npm run prisma_gen
npm run build
cd dist
mkdir prisma_modules
cd ..
cp src/prisma/ERD.svg dist/prisma/ERD.svg
cp src/prisma/schema.prisma dist/prisma/schema.prisma
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:dev": "node --watch src/index",
"start:prod": "node dist/index",
"build_temp": "rimraf dist & webpack --config webpack.config.js",
"build": "rimraf dist & babel ./src --out-dir dist",
"build": "rimraf dist & babel ./src --ignore src/prisma_modules --out-dir dist",
"lint": "eslint --fix \"src/**\"",
"format": "prettier --write \"src/**\"",
"serverless": "sls offline start"
Expand Down

0 comments on commit ed7213b

Please sign in to comment.