1
0
Fork 0

chore: standardize yarn commands across my projects

This commit is contained in:
Lucien Cartier-Tilet 2024-01-28 06:25:07 +01:00
parent 9cff5e6361
commit 2ade1fb102
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
3 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -1 +1,3 @@
nodeLinker: 'node-modules' enableMessageNames: false
nodeLinker: node-modules

View File

@ -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",