Skip to content

Commit 749f92d

Browse files
committed
WIP: build without ci option
1 parent df3f3a8 commit 749f92d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: lts/fermium
18-
- run: npm run lerna:ci
18+
- run: npm run lerna:clean && npm run lerna:bootstrap
1919
- run: npm test

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": true
5+
},
6+
"editor.defaultFormatter": "esbenp.prettier-vscode",
7+
"editor.trimAutoWhitespace": true,
8+
"files.insertFinalNewline": true,
39
"files.associations": {
410
"**/.env.*": "dotenv"
511
},

0 commit comments

Comments
 (0)