Skip to content

Commit ada714f

Browse files
committed
fix(actions): Fixed npm action
1 parent 959394c commit ada714f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
on:
22
workflow_dispatch:
33

4-
name: npm-publish
4+
name: 2 NPM Publish
55
jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v3
1111

12-
- name: Install and Build
12+
- name: Setup Node
1313
uses: actions/setup-node@v3
1414
with:
1515
registry-url: https://registry.npmjs.org/
16+
17+
- name: Build Project
1618
run : |
1719
npm ci
1820
npm run vite:build
1921
20-
- name: Sass Build
22+
- name: Build Sass
2123
uses: gha-utilities/sass-build@v0.5.1
2224
with:
2325
source: src/style/style.scss

0 commit comments

Comments
 (0)