Skip to content

Commit

Permalink
don't need to clean for prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 18, 2024
1 parent 6c6f058 commit 117d1b5
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 @@ -26,7 +26,6 @@
"clean": "run-p clean:*",
"clean:dist": "rm -rf dist build",
"clean:gyp": "node-gyp clean",
"prebuild": "npm run clean",
"build": "run-p build:*",
"prebuild:gyp": "node scripts/configure.js",
"build:gyp": "node-gyp rebuild",
Expand All @@ -40,7 +39,7 @@
"test": "run-s test:*",
"test:jest": "jest",
"test:memory": "cross-env TEST_MEMORY=1 node --expose-gc node_modules/jest/bin/jest.js src/__tests__/memory.test.ts",
"it": "run-s fmt lint build test",
"it": "run-s clean fmt lint build test",
"lint": "eslint",
"lint:fix": "eslint --fix",
"fmt": "run-p fmt:*",
Expand Down

0 comments on commit 117d1b5

Please sign in to comment.