Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 24, 2023
1 parent 80f98b9 commit 27aab5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
deno-version: v1.x
- name: Run tests
run: deno test
run: deno test --allow-env --allow-read=.
6 changes: 1 addition & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"imports": {
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]"
}
"importMap": "./import_map.json"
}
7 changes: 7 additions & 0 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"imports": {
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]"
}
}

1 comment on commit 27aab5b

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 27aab5b Jun 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "preact-render-to-string" not prefixed with / or ./ or ../

Please sign in to comment.