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 91cfd15 + ba383bc commit 45f24c3Copy full SHA for 45f24c3
.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