Skip to content

Commit 40d1ec2

Browse files
chore: rm tasks related to zapping node_modules dir
This is to be replaced with actual zapping tasks.
1 parent 8260406 commit 40d1ec2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
"lint:js": "npx eslint --ext=.js,.mjs .",
3030
"lint:md": "eslint --ext=md .",
3131
"nonloader-start": "node --no-warnings --harmony-top-level-await ./sample/lib/alpha.mjs",
32-
"raid": "npx npm-run-all --sequential raid:update raid:nuke raid:reconstruct",
33-
"raid:nuke": "node -e \"console.log(require('./tasks/util.js').rootNpmRequire('chalk').green('INFO: Nuking node_modules!\\\n'))\" && npx --ignore-existing --quiet rimraf package-lock.json node_modules && node -e \"console.log(require('./tasks/util.js').rootNpmRequire('chalk').red('KABOOM!\\\n'))\"",
34-
"raid:reconstruct": "npm --quiet install && node -e \"console.log(require('./tasks/util.js').rootNpmRequire('chalk').green('INFO: Reconstruction complete!\\\n'))\"",
35-
"raid:update": "npx npm-check-updates -u",
3632
"start": "node --no-warnings --harmony-top-level-await --experimental-loader=./sample/load-sample.mjs ./sample/lib/alpha.mjs",
3733
"test": "npx tap --reporter=spec --no-ts --no-jsx --no-esm --no-cov --node-arg=--no-warnings --node-arg=--experimental-modules test/*.mjs",
3834
"verify:pjson": "node tasks/verify-manifests.mjs"

0 commit comments

Comments
 (0)