Skip to content

Commit be127dc

Browse files
committed
no build dir
1 parent 77cec6c commit be127dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Scrape the Instagram API with Puppeteer",
55
"main": "index.js",
66
"bin": {
7-
"instamancer": "./bin/index.js"
7+
"instamancer": "./index.js"
88
},
99
"scripts": {
10-
"build": "tsc --outDir bin",
11-
"compile": "tsc",
12-
"test": "jest --testPathIgnorePatterns='bin'"
10+
"build": "tsc",
11+
"prepare": "tsc",
12+
"test": "jest"
1313
},
1414
"author": "ScriptSmith",
1515
"license": "MIT",

0 commit comments

Comments
 (0)