Skip to content

Commit 5dd3cc9

Browse files
author
Sai Hari
committed
fix: 🐛 add files to publish and validation step in workflow
1 parent 5e7ba39 commit 5dd3cc9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
node-version: '14.17'
1919
- name: Install dependencies
2020
run: npm ci
21+
- name: Validate
22+
run: npm run validate
2123
- name: Release
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "ssh-dev-scripts",
33
"version": "1.0.0",
44
"description": "A set of scripts and utilities to make setting up a consistent npm project easier",
5+
"files": [
6+
"src"
7+
],
58
"scripts": {
69
"build": "echo \"There is no build script for the dev scripts 😉\"",
710
"format": "prettier --ignore-path .gitignore --write .",

0 commit comments

Comments
 (0)