mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 09:22:44 +02:00
ci: add workflow to deploy to ipfs (#709)
Co-authored-by: Daniel N <2color@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "vuepress dev src",
|
||||
"build": "vuepress build src && npm run postbuild",
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build src && npm run postbuild",
|
||||
"postbuild": "./scripts/data/index.js",
|
||||
"lint": "prettier --write \"**/*.{json,yaml,md}\" && run-p lint:**",
|
||||
"lint:eslint": "eslint --cache \"**/*.{js,vue}\" --fix",
|
||||
|
||||
Reference in New Issue
Block a user