We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3f3a8 commit 749f92dCopy full SHA for 749f92d
.github/workflows/test.yml
@@ -15,5 +15,5 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
node-version: lts/fermium
18
- - run: npm run lerna:ci
+ - run: npm run lerna:clean && npm run lerna:bootstrap
19
- run: npm test
.vscode/settings.json
@@ -1,5 +1,11 @@
1
{
2
"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,
9
"files.associations": {
10
"**/.env.*": "dotenv"
11
},
0 commit comments