Skip to content

Commit

Permalink
fix: script 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Sep 2, 2024
1 parent 4aaad8f commit 10058db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Data Structures and Algorithms made in Typescript",
"main": "build/index.js",
"scripts": {
"build": "npx rimraf ./build && tsc",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "jest",
"test:cov": "npm t -- --coverage",
Expand Down

0 comments on commit 10058db

Please sign in to comment.