Skip to content

Commit 7db7995

Browse files
committed
Add package.json and yarn instructions
1 parent a0b4243 commit 7db7995

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
/config/*.key
3535

3636

37-
/coverage
37+
/coverage
38+
/node_modules

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"devDependencies": {
3+
"cypress": "^15.8.1",
4+
"cypress-on-rails": "^0.1.0"
5+
},
6+
"license": "MIT"
7+
}

0 commit comments

Comments
 (0)