mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 22:21:23 -06:00
switch from postinstall to build task
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "@cypress/core-electron",
|
||||
"name": "@packages/electron",
|
||||
"version": "0.3.4",
|
||||
"electronVersion": "1.4.6",
|
||||
"description": "Cypress electron wrapper shell",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"postinstall": "echo '@packages/electron needs: npm run build'",
|
||||
"start": "./bin/cypress-electron",
|
||||
"test": "mocha --compilers coffee:@packages/coffee/register",
|
||||
"postinstall": "./bin/cypress-electron --install",
|
||||
"build": "./bin/cypress-electron --install",
|
||||
"clean-deps": "rm -rf node_modules"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user