Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jan 6, 2025
1 parent 6c4e8c2 commit d9f8f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
},
"devTools": {
"zig": "0.13.0"
},
"pipeline": {
"matrix": {
"runsOn": ["windows-2022"]
},
"paths": ["src"],
"compile": "synapse deploy src/cli/install.ts",
"test": "syn test src/runtime/lookup.ts && synapse build && SYNAPSE_CMD=$(pwd)/dist/bin/synapse synapse run src/testing/internal.ts && synapse clean && ./dist/bin/synapse compile",
"publish": "synapse run src/cli/buildInternal.ts -- --sea --downloadOnly --visibility public --pipelined ${{ stepKeyHash }}",
"dependsOn": ["synapse-aws", "synapse-local", "synapse-websites", "synapse-react"]
}
}
}
2 changes: 1 addition & 1 deletion test/packages/pkg1/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as fs from 'node:fs/promises'
import { defineResource } from 'synapse:core'
// ah

class File extends defineResource({
create: async (fileName: string) => {
const text = await fs.readFile(fileName, 'utf-8')
Expand Down

0 comments on commit d9f8f17

Please sign in to comment.