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