Skip to content

Commit

Permalink
meta: Separate prepare and install scripts
Browse files Browse the repository at this point in the history
Might influence how things are distributed.
  • Loading branch information
donovanglover committed Apr 14, 2024
1 parent dcb5fae commit b900905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"scripts": {
"build": "tsc",
"prepare": "git submodule update --init && ts-node ./src/main.ts",
"prepare": "git submodule update --init",
"install": "ts-node ./src/main.ts",
"test": "jest"
},
"keywords": [
Expand All @@ -30,7 +31,6 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"color-2-name": "^1.3.1",
"colord": "^2.9.3",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
Expand Down

0 comments on commit b900905

Please sign in to comment.