Skip to content

Commit

Permalink
fix(ci): not all files included
Browse files Browse the repository at this point in the history
  • Loading branch information
robrechtme committed Nov 29, 2021
1 parent f01db91 commit 88792ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"email": "[email protected]",
"url": "https://robrecht.me"
},
"main": "./dist/cli.js",
"bin": {
"loco": "./build/cli.js"
"loco-cli": "./dist/cli.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"build": "tsc",
"dev": "tsc && node ./build/cli.js",
"dev": "tsc && node ./dist/cli.js",
"semantic-release": "semantic-release"
},
"files": [
Expand All @@ -41,6 +42,7 @@
"commander": "8.3.0",
"enquirer": "2.3.6",
"loco-api-js": "1.3.2",
"loco-cli": "1.0.0",
"unzipper": "0.10.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./build",
"outDir": "./dist",
"importHelpers": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,18 @@ [email protected]:
form-data "^4.0.0"
isomorphic-unfetch "^3.0.0"

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/loco-cli/-/loco-cli-1.0.0.tgz#fa87bfc9a8e976e73dee97297ba33b913316ab21"
integrity sha512-s7abeh3W4ex7fLzKaDwhT0/i8FZ6pXmZWSQUH1QkuTmqOl7kEiVtQDAo/OWIwwhuAHkBcvl+GV1nvW3WoD/+DQ==
dependencies:
chalk "4"
cli-progress "3.9.1"
commander "8.3.0"
enquirer "2.3.6"
loco-api-js "1.3.2"
unzipper "0.10.11"

lodash.capitalize@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
Expand Down

0 comments on commit 88792ad

Please sign in to comment.