Skip to content

Commit

Permalink
change mini order
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 26, 2022
1 parent 4aed43b commit 4c8431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"lint-fix": "eslint --ext=.js,.mjs --fix .",
"mini:pkg": "npm pkg delete scripts devDependencies dependencies",
"mini:src": "cd src && npx rimraf \"!(esmock).js\"",
"mini": "npm run mini:pkg && npm run mini:src",
"mini": "npm run mini:src && npm run mini:pkg",
"prepublishOnly": "npm run lint && npm run test-ci && npm run mini"
}
}

0 comments on commit 4c8431d

Please sign in to comment.