mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 14:49:43 -05:00
e5da1bdd61
-this prevents situations like building the docs twice -this enables each package to more finely tune how and when it builds
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"name": "static",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "npm run build",
|
|
"build": "gulp build",
|
|
"test": "echo 'Nothing to test yet'"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.5.2",
|
|
"gulp": "^3.9.1"
|
|
}
|
|
}
|