From 5c8e2fcc8bcc5df3a2b50841b0bb071bd517ca11 Mon Sep 17 00:00:00 2001 From: Neil Kalman Date: Wed, 4 Sep 2024 13:57:50 +0300 Subject: [PATCH] small nits for workflow --- .github/workflows/{azure-webapps-node.yml => github-pages.yml} | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{azure-webapps-node.yml => github-pages.yml} (100%) diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/github-pages.yml similarity index 100% rename from .github/workflows/azure-webapps-node.yml rename to .github/workflows/github-pages.yml diff --git a/package.json b/package.json index 2000716..8210c35 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint:styles": "stylelint \"**/*.scss\" --config .stylelintrc.cjs", "lint:styles:fix": "stylelint \"**/*.scss\" --config .stylelintrc.cjs --fix", "start": "vite", - "build": "tsc && vite build && npm run scss", + "build": "tsc && npm run scss && vite build", "preview": "vite preview", "prepare": "husky", "scss": "sass scss/style.scss css/style.css",