Skip to content

Commit

Permalink
chore: removing test:snyk from yarn:test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Dec 30, 2018
1 parent 536f2f7 commit c9e18e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fix": "yarn fix:tslint",
"fix:prettier": "npx prettier \"src/**/*.ts\" \"test/**/*.ts\" \"docs/**/*.ts\" --config ./.prettierrc --write",
"fix:tslint": "npx tslint --fix --force -t verbose 'test/**/*.ts' 'src/**/*.ts' 'docs/**/*.ts'",
"test": "yarn build && yarn lint && yarn doc && yarn test:unit && npx snyk test && yarn test:integration",
"test": "yarn build && yarn lint && yarn doc && yarn test:unit && yarn test:integration",
"test:unit": "npx jest --testPathIgnorePatterns \"./test/integration/require.test.ts\"",
"test:integration": "node ./scripts/test-integration.js",
"watch": "./scripts/tmux-start.sh",
Expand Down

0 comments on commit c9e18e1

Please sign in to comment.