Skip to content

Commit

Permalink
chore: fix reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Apr 15, 2024
1 parent 8532c82 commit 73385a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions scripts/reset.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable node/no-unpublished-require */
const promisify = require('util').promisify
const { glob } = require('glob')
const rimraf = promisify(require('rimraf'))
const rimraf = require('rimraf').rimraf

/*
Removing all /node_modules and /dist folders
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2492,14 +2492,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 18.0.3
resolution: "@types/node@npm:18.0.3"
checksum: 10/736dac4284972d3bac87a89698a0b2b536a1793be6be4cf28f7ea1fd76d371b906c338278fa842ec1d6e819707b6749d6f41fd9b3ed92ff18db5e6220b600a9e
languageName: node
linkType: hard

"@types/node@npm:^18":
"@types/node@npm:*, @types/node@npm:^18":
version: 18.19.29
resolution: "@types/node@npm:18.19.29"
dependencies:
Expand Down

0 comments on commit 73385a9

Please sign in to comment.