Skip to content

Commit

Permalink
chore: removes parcel as it is not needed (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo authored Nov 27, 2024
1 parent 97b55f4 commit 272b053
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1,591 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,16 @@
"CHANGELOG.md"
],
"scripts": {
"prebuild": "rimraf lib",
"build": "npm run build:client && npm run build:server",
"postbuild": "npm run build:css",
"build": "rimraf lib && npm run build:client && npm run build:server && npm run build:css",
"build:client": "tsc --project tsconfig.client.json",
"build:css": "copyfiles -u 3 \"src/client/theme/**/*.css\" lib/client/theme",
"build:server": "tsc --project tsconfig.server.json",
"check": "npm run check:client && npm run check:server",
"check:client": "tsc --noEmit --project ./tsconfig.client.json",
"check:server": "tsc --noEmit --project ./tsconfig.server.json",
"lint": "eslint ./src --config .eslintrc && prettier --check .",
"parcel": "nf start --procfile ./procfiles/parcel.procfile",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"start": "nf start --procfile ./procfiles/start.procfile",
"start:client": "tsc --watch --project tsconfig.client.json",
"start:server": "tsc --watch --project tsconfig.server.json",
"test": "vitest",
"test:watch": "vitest --watch"
},
Expand All @@ -54,8 +48,6 @@
"@docusaurus/types": "^3.6.3",
"@docusaurus/utils": "^3.6.3",
"@docusaurus/utils-validation": "^3.6.3",
"@parcel/css": "^1.3.2",
"@parcel/css-cli": "^1.3.2",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"@swc/core": "^1.2.194",
Expand All @@ -82,7 +74,6 @@
"identity-obj-proxy": "^3.0.0",
"jsdom": "^20.0.0",
"msw": "^0.36.8",
"parcel": "^2.3.1",
"prettier": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
1 change: 0 additions & 1 deletion procfiles/parcel.procfile

This file was deleted.

2 changes: 0 additions & 2 deletions procfiles/start.procfile

This file was deleted.

Loading

0 comments on commit 272b053

Please sign in to comment.