We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7ba39 commit 5dd3cc9Copy full SHA for 5dd3cc9
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
node-version: '14.17'
19
- name: Install dependencies
20
run: npm ci
21
+ - name: Validate
22
+ run: npm run validate
23
- name: Release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -2,6 +2,9 @@
2
"name": "ssh-dev-scripts",
3
"version": "1.0.0",
4
"description": "A set of scripts and utilities to make setting up a consistent npm project easier",
5
+ "files": [
6
+ "src"
7
+ ],
8
"scripts": {
9
"build": "echo \"There is no build script for the dev scripts 😉\"",
10
"format": "prettier --ignore-path .gitignore --write .",
0 commit comments