We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b04d1 commit 6fb92a6Copy full SHA for 6fb92a6
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
registry-url: "https://registry.npmjs.org"
18
- - run: git switch master
+ - run: git switch next
19
- run: |
20
if [ -f "yarn.lock" ]; then
21
yarn install
package.json
@@ -28,6 +28,7 @@
28
"js-yaml": "^3.13.1",
29
"json5": "^2.1.1",
30
"loader-utils": "^2.0.0",
31
+ "prettier": "^2.0.5",
32
"vue-i18n": "^9.0.0-alpha.7"
33
},
34
"devDependencies": {
@@ -58,7 +59,6 @@
58
59
"lerna-changelog": "^1.0.0",
60
"memory-fs": "^0.5.0",
61
"opener": "^1.5.1",
- "prettier": "^2.0.5",
62
"puppeteer": "^2.1.1",
63
"shipjs": "^0.18.0",
64
"ts-jest": "^25.3.0",
0 commit comments