Skip to content

Commit

Permalink
Merge pull request #128 from Giveth/remove-prebuild
Browse files Browse the repository at this point in the history
remove prebuild script
  • Loading branch information
RamRamez authored Dec 4, 2024
2 parents cd1e716 + ee9b10f commit 5b6adc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "tsc --project ./",
"prestart": "npm run swagger",
"swagger": "tsoa spec",
"prebuild": "npm run swagger",
"start": "NODE_ENV=development ts-node-dev --project ./tsconfig.json --respawn ./src/index.ts",
"test": "NODE_ENV=test mocha -t 30000 --exit -r ts-node/register ./test/pre-test-scripts.ts ./src/**/*.test.ts ./src/**/**/*.test.ts",
"test:notificationRepository": "NODE_ENV=test mocha -t 30000 --exit -r ts-node/register ./test/pre-test-scripts.ts ./src/repositories/notificationRepository.test.ts",
Expand Down

0 comments on commit 5b6adc5

Please sign in to comment.