Skip to content

Commit b82cae2

Browse files
refactor(scripts): posttest => prestest
1 parent 476d2bd commit b82cae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"lint": "standard",
3232
"docs": "jsdoc2md lib/index.js > LOADER.md",
3333
"postdocs": "npm run clean",
34+
"pretest": "npm run clean",
3435
"test": "jest --verbose --coverage",
35-
"posttest": "npm run clean",
3636
"release": "standard-version"
3737
},
3838
"jest": {

0 commit comments

Comments
 (0)