Skip to content

Commit 627b497

Browse files
committed
made installation quicker
1 parent 40a0672 commit 627b497

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bin": "dest/index.js",
77
"scripts": {
88
"start": "node dest/index.js",
9-
"build" : "tsc"
9+
"build": "tsc"
1010
},
1111
"keywords": [],
1212
"author": "Abhinav T B",

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# # ! /bin/bash
22
cp -R ./'cpp_templates' /home/$USER
33
export USER=$USER;
4-
4+
npm install

0 commit comments

Comments
 (0)