Skip to content

Commit 6fb92a6

Browse files
authored
fix: move prettier to deps from devDeps (#95)
* fix: move prettier to deps from devDeps * update release workflow
1 parent 98b04d1 commit 6fb92a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
registry-url: "https://registry.npmjs.org"
18-
- run: git switch master
18+
- run: git switch next
1919
- run: |
2020
if [ -f "yarn.lock" ]; then
2121
yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"js-yaml": "^3.13.1",
2929
"json5": "^2.1.1",
3030
"loader-utils": "^2.0.0",
31+
"prettier": "^2.0.5",
3132
"vue-i18n": "^9.0.0-alpha.7"
3233
},
3334
"devDependencies": {
@@ -58,7 +59,6 @@
5859
"lerna-changelog": "^1.0.0",
5960
"memory-fs": "^0.5.0",
6061
"opener": "^1.5.1",
61-
"prettier": "^2.0.5",
6262
"puppeteer": "^2.1.1",
6363
"shipjs": "^0.18.0",
6464
"ts-jest": "^25.3.0",

0 commit comments

Comments
 (0)