diff --git a/package.json b/package.json index 8626f8c3..a3bb6dfe 100644 --- a/package.json +++ b/package.json @@ -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",