mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 16:08:33 -05:00
79494fc080
* update webpack preprocessor for monorepo
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "use-babelrc",
|
|
"version": "1.0.0",
|
|
"description": "Transpiling specs using local .babelrc file",
|
|
"private": true,
|
|
"scripts": {
|
|
"cy:open": "../../node_modules/.bin/cypress open --dev",
|
|
"test": "../../node_modules/.bin/cypress run --dev"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"keywords": []
|
|
}
|