mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 17:38:52 -05:00
move cli bin to root
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
require("coffee-script/register")
|
||||
|
||||
require("../lib/cli.coffee")()
|
||||
require("../packages/core-cli/lib/cli")()
|
||||
@@ -2,6 +2,9 @@
|
||||
"name": "cypress-monorepo",
|
||||
"version": "0.0.0",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"cypress": "bin/cypress"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm run all install",
|
||||
"start": "node lib/run.js",
|
||||
|
||||
@@ -37,9 +37,6 @@
|
||||
"xvfb": "cypress-io/node-xvfb",
|
||||
"yauzl": "^2.4.1"
|
||||
},
|
||||
"bin": {
|
||||
"cypress": "bin/cypress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/core-releaser": "0.1.8",
|
||||
"chai": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user