Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Crée script de test d'environement Node
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlath committed Aug 27, 2019
1 parent d549a95 commit a0f6d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"scripts": {
"extract": "./scripts/extract.js",
"etl-notices": "./scripts/etl_notices.js",
"test": "mocha"
"test": "mocha",
"test-node-env": "./scripts/test_node_env.js"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
2 changes: 2 additions & 0 deletions scripts/test_node_env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
console.log('hello!', process.version)

0 comments on commit a0f6d30

Please sign in to comment.