chore: standardize yarn commands across my projects
This commit is contained in:
parent
9cff5e6361
commit
2ade1fb102
@ -19,7 +19,7 @@ jobs:
|
|||||||
version: 29.1
|
version: 29.1
|
||||||
- name: "Export org to md"
|
- name: "Export org to md"
|
||||||
run: emacs -Q --script export.el
|
run: emacs -Q --script export.el
|
||||||
- run: yarn docs:build
|
- run: yarn build
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
|
@ -1 +1,3 @@
|
|||||||
nodeLinker: 'node-modules'
|
enableMessageNames: false
|
||||||
|
|
||||||
|
nodeLinker: node-modules
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vuepress dev docs",
|
"dev": "vuepress dev docs",
|
||||||
"docs:build": "vuepress build docs"
|
"build": "vuepress build docs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user