Skip to content

Commit ed656e4

Browse files
authored
Update package.json
1 parent dd2f52b commit ed656e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A template repository for modern JavaScript projects with pre-configured linting, formatting, testing, and CI/CD using GitHub Actions.",
55
"main": "src/index.js",
66
"scripts": {
7+
"setup": "node setup.js",
78
"test": "jest",
89
"lint": "eslint .",
910
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)