Skip to content

Commit

Permalink
Fix: some paths pointing to /dist in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Nov 11, 2017
1 parent 90b8331 commit 06383d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ts:watch": "tsc -w",
"ts:lint": "tslint -c tslint.json -p tsconfig.json",
"watch": "yarn run ts:watch",
"package": "yarn run build && pkg dist/main.js -t node8-macos,node8-win,node8-linux -o dist/bin/sireg"
"package": "yarn run build && pkg dist/src/sireg-cli.js -t node8-macos,node8-win,node8-linux -o dist/bin/sireg"
},
"jest": {
"transform": {
Expand All @@ -35,7 +35,7 @@
"js"
],
"setupFiles": [
"./dist/jest-setup.js"
"./dist/src/jest-setup.js"
]
},
"devDependencies": {
Expand Down

0 comments on commit 06383d7

Please sign in to comment.