Skip to content

Commit

Permalink
Remove ncc
Browse files Browse the repository at this point in the history
I don't need it because I'm using a composite action that installs node
modules and compiles instead of committing a dist directory to version
control.
  • Loading branch information
tobyhs committed Jun 23, 2024
1 parent 347eaf2 commit d5b69fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --coverage --collectCoverageFrom 'src/**/*.ts'",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
"all": "npm run build && npm run format && npm run lint && npm test"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +34,6 @@
"@types/micromatch": "^4.0.2",
"@types/node": "^18.19.0",
"@typescript-eslint/parser": "^5.59.7",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.41.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
Expand Down

0 comments on commit d5b69fb

Please sign in to comment.