Skip to content

Commit ba383bc

Browse files
authored
Merge pull request #680 from webcreate/tweaks
Minor tweaks
2 parents 505c7b7 + 0e95e73 commit ba383bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
lint:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build": "rollup -c",
4040
"watch": "rollup -c --watch",
4141
"cypress": "cypress open -d",
42-
"start": "serve -l 8080 -n ./ &",
42+
"start": "serve -l 8080 -n ./",
4343
"test": "cypress run",
4444
"lint": "eslint src test"
4545
},

0 commit comments

Comments
 (0)