We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 505c7b7 + 0e95e73 commit ba383bcCopy full SHA for ba383bc
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: Tests
2
3
-on: [push]
+on: [push, pull_request]
4
5
jobs:
6
lint:
package.json
@@ -39,7 +39,7 @@
39
"build": "rollup -c",
40
"watch": "rollup -c --watch",
41
"cypress": "cypress open -d",
42
- "start": "serve -l 8080 -n ./ &",
+ "start": "serve -l 8080 -n ./",
43
"test": "cypress run",
44
"lint": "eslint src test"
45
},
0 commit comments