Skip to content

Commit

Permalink
chore: Fix package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 14, 2024
1 parent 965b7de commit 6a351d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"scripts": {
"test": "jest --verbose --coverage --silence=false",
"test:watch": "jest --watch --verbose --silent=false",
"build:dev": "node scripts/development.js",
"build": "npm run build:clean && tsc -p tsconfig.types.json && node scripts/bundle.js",
"build": "npm run build:clean && tsc -p tsconfig.types.json && node eslint/build.js",
"build:clean": "rm -rf lib",
"prepublishOnly": "npm run build",
"lint": "lint update && lint",
Expand Down

0 comments on commit 6a351d4

Please sign in to comment.