Skip to content

Commit

Permalink
use node
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Wyndham committed Jul 29, 2020
1 parent 0e454fc commit e2bad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/asconfig/entry-points/node-resolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"scripts": {
"test": "../../../bin/asc --showConfig && node ../../index.js"
"test": "node ../../../bin/asc assembly/index.ts --showConfig && node ../../index.js"
}
}

0 comments on commit e2bad75

Please sign in to comment.