Skip to content

Commit

Permalink
chore: Update npm start script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m3au committed Jun 12, 2024
1 parent a8163bd commit 263a529
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 @@ -12,7 +12,7 @@
"scripts": {
"clean": "rm -rf dist/**.*",
"compile": "tsc",
"start": "npm run clean && npm run compile && npm run say && npm run lolcat && npm run convert && npm run tweet",
"start": "npm run clean && npm run compile && npm run say && npm run lolcat && npm run convert && npm run tweet ",
"convert": "node dist/convert.js",
"say": "node dist/say.js",
"lolcat": "node dist/lolcat.js > ./dist/lolcat.ansi",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@types/node": "^20.12.2",
"@types/lolcatjs": "^2.4.1"
}
}
}

0 comments on commit 263a529

Please sign in to comment.