We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391bb17 commit f32c673Copy full SHA for f32c673
.github/workflows/dev-packages.yaml
@@ -2,9 +2,7 @@
2
# Packages are versioned as `0.0.0-{tag}-DATETIMESTAMP`
3
name: Create Dev Release
4
5
-# on: workflow_dispatch
6
-on:
7
- push:
+on: workflow_dispatch
8
9
jobs:
10
publish:
package.json
@@ -4,9 +4,7 @@
"version": "0.0.0",
"description": "SQL.js fork for for JourneyApps PowerSync",
"type": "module",
- "main": "dist/bundle.mjs",
- "module": "dist/bundle.mjs",
- "types": "lib/index.d.ts",
+ "main": "sql-asm.js",
"author": "JOURNEYAPPS",
11
"license": "MIT",
12
"files": [
0 commit comments