Skip to content

Commit

Permalink
package.json - Added lost node.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-nemiro-clearscale committed Oct 17, 2021
1 parent 48242be commit e36918f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Expand Up @@ -5,9 +5,9 @@
"description": "An example of bighut-relabel configuration.",
"main": "index.ts",
"scripts": {
"check": "./node_modules/ts-node/dist/bin.js index.ts --test",
"fix": "./node_modules/ts-node/dist/bin.js index.ts",
"start": "./node_modules/ts-node index.ts",
"check": "node ./node_modules/ts-node/dist/bin.js index.ts --test",
"fix": "node ./node_modules/ts-node/dist/bin.js index.ts",
"start": "node ./node_modules/ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexey Nemiro <alexey.nemiro@clearscale.com>",
Expand Down

0 comments on commit e36918f

Please sign in to comment.