Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Aug 28, 2024
1 parent f4297b4 commit 7f75f89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"build": "npm run build:clean && npm run build:code",
"build:code": "tsc -p tsconfig.types.json && node scripts/bundle.js",
"build:clean": "rm -rf lib",
"build:dev": "npm run build:dev:clean && npm run build:dev:code",
"build:dev:code": "node scripts/development.js",
"build:dev:clean": "rm -rf dist",
"prepublishOnly": "npm run build",
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
Expand Down
22 changes: 0 additions & 22 deletions scripts/development.js

This file was deleted.

0 comments on commit 7f75f89

Please sign in to comment.