Skip to content

Commit a35eed2

Browse files
committed
Update CI
1 parent 44526ba commit a35eed2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ jobs:
44
- image: cimg/node:16.11.1
55
steps:
66
- checkout
7-
- run: node --version
7+
- run:
8+
name: lint!
9+
command: yarn lint

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"scripts": {
1010
"build": "yarn workspace vue-fuse build",
1111
"demo": "yarn workspace demo dev",
12+
"build:demo": "yarn workspace demo build",
13+
"lint": "eslint --fix .",
1214
"sync": "syncpack fix-mismatches && syncpack format"
1315
},
1416
"devDependencies": {

0 commit comments

Comments
 (0)