mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
update npm modules
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
+2
-2
@@ -7,5 +7,5 @@
|
||||
*.pem
|
||||
/static/main.css
|
||||
/temp
|
||||
/html-only/public
|
||||
/html-only/node_modules
|
||||
/blog/public
|
||||
/blog/node_modules
|
||||
|
||||
@@ -11,6 +11,7 @@ css:
|
||||
build:
|
||||
@echo "--- compiling elm land project"
|
||||
npx elm-land build
|
||||
hugo --source blog --destination ../dist --minify
|
||||
|
||||
# compile and watch for dev
|
||||
elm-serve:
|
||||
@@ -23,4 +24,4 @@ css-serve:
|
||||
# clean
|
||||
clean:
|
||||
rm -rf dist
|
||||
rm -rf html-only/public
|
||||
rm -rf blog/public
|
||||
Generated
+1180
-518
File diff suppressed because it is too large
Load Diff
+1
-4
@@ -5,9 +5,6 @@
|
||||
"tailwindcss": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"marked": "^9.0.3",
|
||||
"marked-highlight": "^2.0.6",
|
||||
"npm": "^9.3.1",
|
||||
"prismjs": "^1.29.0"
|
||||
"npm": "^9.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user