Skip to content

Commit

Permalink
Update CLI script
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Dec 6, 2023
1 parent 122ca98 commit 7cf7f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package-lock.json
/.nyc_output
/coverage
/node_modules
/packages/cli/node_modules
/build
/dist
/data
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"about:start": "echo 'Start the tools, as a TypeScript command line application'",
"about:build": "echo 'Run the TypeScript compiler to generate the build output.'",
"about:test": "echo 'Execute the unit tests'",
"start": "npx ts-node src/main.ts",
"start": "npx ts-node --esm src/main.ts",
"build": "npx tsc --build --verbose --force",
"test": "ts-node --esm ../../node_modules/jasmine/bin/jasmine.js --config=specs/jasmine.json"
}
Expand Down

0 comments on commit 7cf7f8b

Please sign in to comment.