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

View File

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

View File

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