Skip to content

Commit

Permalink
Testing rollup common with tsc web.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan committed Jul 15, 2024
1 parent e410da0 commit 0fd33a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/web",
"version": "1.2.0",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "dist/index.js",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": [
"lib",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://docs.powersync.com",
"scripts": {
"build": "tsc --build && vite build",
"build": "tsc --build",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"watch": "tsc --build -w",
"test": "pnpm build && vitest"
Expand Down

0 comments on commit 0fd33a5

Please sign in to comment.