Skip to content

Commit

Permalink
feat(dnt): create a Node compatible version
Browse files Browse the repository at this point in the history
Co-authored-by: Ara Cho <[email protected]>
  • Loading branch information
mxdvl and aracho1 committed Jul 21, 2023
1 parent 9c51143 commit 66e2f6f
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cache
coverage
.DS_Store
.DS_Store
npm
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tasks": {
"npm:publish": "deno run -A src/dnt.ts && cd npm && npm publish",
"test:dcr": "deno run -A src/cli.ts https://raw.githubusercontent.com/guardian/dotcom-rendering/main/dotcom-rendering/package.json --cache",
"coverage": "rm -rf coverage && deno test -A --coverage=coverage && deno coverage coverage"
},
Expand Down
Loading

0 comments on commit 66e2f6f

Please sign in to comment.