Skip to content

Commit

Permalink
[Tests] run aud instead of zuul on posttest
Browse files Browse the repository at this point in the history
zuul doesn’t work and i have no idea what it’s supposed to do or how to fix it, so why run it
  • Loading branch information
ljharb committed Dec 8, 2021
1 parent 0b95499 commit 5480ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@ljharb/eslint-config": "^20.0.0",
"acorn": "^8.6.0",
"assert": "1.1.1",
"aud": "^1.1.5",
"eslint": "^8.4.1",
"mocha": "^3.5.3",
"nyc": "^10.3.2",
Expand All @@ -27,7 +28,7 @@
"pretest": "npm run lint",
"tests-only": "nyc mocha",
"test": "npm run tests-only",
"posttest": "npm run test-local",
"posttest": "aud --production",
"zuul": "zuul -- test/index.js",
"test-local": "zuul --local -- test/index.js"
},
Expand Down

0 comments on commit 5480ec0

Please sign in to comment.