Skip to content

Commit 8066596

Browse files
committed
fix
1 parent ffd137e commit 8066596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "ng build --watch",
99
"test": "ng test",
1010
"lint": "ng lint",
11-
"increment-version": "node scripts/increment-version.js",
11+
"increment-version": "node .github/scripts/increment-version.js",
1212
"update-version": "node scripts/update-entry.js"
1313
},
1414
"private": true,

0 commit comments

Comments
 (0)