Skip to content

Commit

Permalink
scripts: delete unused (#2045)
Browse files Browse the repository at this point in the history
fix #2044 delete unused scripts

note: test and make sure `npm start` still works
  • Loading branch information
NovemLinguae authored Nov 17, 2024
1 parent 5cf6a0b commit e22234b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 490 deletions.
2 changes: 0 additions & 2 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
- modules/twinklexfd.js
Tests:
- tests/*
- scripts/patch-test.js
- scripts/server.js
Docs:
- "*.md"
Gadget:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"start": "node scripts/dev-server.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"patchtest": "node scripts/patch-test.js",
"server": "node scripts/server.js",
"sync": "perl scripts/sync.pl",
"test": "jest",
"deployall": "perl scripts/sync.pl --mode=deploy --all"
Expand Down
185 changes: 0 additions & 185 deletions scripts/draftRelease.sh

This file was deleted.

183 changes: 0 additions & 183 deletions scripts/morebits-test.js

This file was deleted.

Loading

0 comments on commit e22234b

Please sign in to comment.