Skip to content

Commit 44083dd

Browse files
authored
Add build script to package.json
Added build script to package.json.
1 parent fc44897 commit 44083dd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"start": "node app.js",
88
"test": "jest --watch"
99
},
10+
"scripts": {
11+
"start": "node app.js",
12+
"test": "jest --ci --forceExit --coverage",
13+
"build": "echo 'No build step required for plain Node.js'"
14+
},
1015
"author": "Adem Cemil YALCIN",
1116
"license": "ISC",
1217
"dependencies": {

0 commit comments

Comments
 (0)