Skip to content

Commit

Permalink
Merge branch main into feature/packaging and remove redundant script
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 4, 2024
2 parents e719fb8 + d6d3f9d commit 99a9c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"afm:build:serve": "http-server ./packages/clients/afm -o /example/prod-example.html",
"afm:dev": "concurrently \"nx dev @polar/client-afm\" \"npm:nx:watch\"",
"generic:build": "nx build @polar/client-generic",
"generic:build:serve": "http-server ./packages/clients/generic -o /example/index.html",
"generic:dev": "concurrently \"nx dev @polar/client-generic\" \"npm:nx:watch\"",
"dish:build": "nx build @polar/client-dish",
"dish:build:serve": "http-server ./packages/clients/dish -o /dist/index.html",
"dish:dev": "concurrently \"nx dev @polar/client-dish\" \"npm:nx:watch\"",
Expand Down
3 changes: 1 addition & 2 deletions packages/clients/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"scripts": {
"postversion": "npm run build",
"build": "rimraf dist && vite build && cd ../../.. && npm run docs:generic",
"dev": "vite --host"
"build": "rimraf dist && vite build && cd ../../.. && npm run docs:generic"
},
"devDependencies": {
"@polar/core": "^1.3.0",
Expand Down

0 comments on commit 99a9c22

Please sign in to comment.