Skip to content

Commit

Permalink
build: rm logging of http reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 2, 2025
1 parent a41a7e1 commit 2234d48
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "turbo run build && pnpm run test:run",
"build": "turbo build",
"build:demos": "pnpm --prefix demos run build:demos",
"serve": "pnpm run build:demos && npx http-server ./demos/dist -p 3000",
"serve": "pnpm run build:demos && http-server ./demos/dist -s -p 3000",
"build:ci": "turbo run build",
"publish": "pnpm run build && pnpm run changeset publish",
"clean:packages": "rm -rf ./packages/*/dist && rm -rf ./packages/pm/*/dist",
Expand Down Expand Up @@ -57,6 +57,7 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^9.32.0",
"http-server": "14.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.3.0",
"lowlight": "^3.3.0",
Expand Down
Loading

0 comments on commit 2234d48

Please sign in to comment.