We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959394c commit ada714fCopy full SHA for ada714f
1 file changed
.github/workflows/npm-publish.yml
@@ -1,23 +1,25 @@
1
on:
2
workflow_dispatch:
3
4
-name: npm-publish
+name: 2 NPM Publish
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v3
11
12
- - name: Install and Build
+ - name: Setup Node
13
uses: actions/setup-node@v3
14
with:
15
registry-url: https://registry.npmjs.org/
16
+
17
+ - name: Build Project
18
run : |
19
npm ci
20
npm run vite:build
21
- - name: Sass Build
22
+ - name: Build Sass
23
uses: gha-utilities/sass-build@v0.5.1
24
25
source: src/style/style.scss
0 commit comments