Skip to content

Commit

Permalink
Fixing yarn index command
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Jan 27, 2020
1 parent f31aa0c commit 5859675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint --max-warnings 0 .",
"migrate:add": "migrate create --template-file src/utils/migration-template.js --migrations-dir=./src/migrations",
"test": "yarn build && jest --coverage --e test",
"index": "babel-node -r node_modules/dotenv/config ./src/indexer.js",
"index": "babel-node ./src/indexer.js",
"clean": "babel-node ./src/database/clean.js"
},
"bin": {
Expand Down

0 comments on commit 5859675

Please sign in to comment.