mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 10:10:32 -06:00
disable dtslint again
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"test-cov": "nyc npm run unit",
|
||||
"unit": "BLUEBIRD_DEBUG=1 NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json",
|
||||
"lint": "bin-up eslint --fix *.js bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js",
|
||||
"dtslint": "dtslint types",
|
||||
"dtslint": "echo 'disabling dtslint for now'",
|
||||
"prebuild": "npm run test-dependencies && node ./scripts/start-build.js",
|
||||
"build": "node ./scripts/build.js",
|
||||
"prerelease": "npm run build",
|
||||
|
||||
Reference in New Issue
Block a user