Skip to content

Commit 6cf7ff0

Browse files
committed
adjust ci publish config
1 parent e98e517 commit 6cf7ff0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315

1416
- name: Setup Node.js
1517
uses: actions/setup-node@v2

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"scripts": {
1414
"build": "tsc",
15-
"lint": "eslint ./"
15+
"lint": "eslint ./",
16+
"start": "tsc --watch"
1617
},
1718
"keywords": [
1819
"figma",

0 commit comments

Comments
 (0)