Skip to content

Commit

Permalink
feat: pnpm build builds website
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Mar 7, 2024
1 parent 3e6247f commit 9b51661
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
tsp-output/
build/
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "concurrently npm:watch npm:serve",
"build": "tsp compile src",
"build": "node ./scripts/build.js",
"watch": "nodemon --exec npm run build -e tsp",
"serve": "srr --port=8481 --ignore=node_modules/ --proxy=https://solved.ac/api/v3",
"format": "prettier -w src",
Expand All @@ -25,7 +25,8 @@
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"serve-reload-replace": "^4.0.3",
"yaml": "^2.4.0"
"yaml": "^2.4.0",
"zx": "^7.2.3"
},
"private": true,
"pnpm": {
Expand Down
Loading

0 comments on commit 9b51661

Please sign in to comment.