Skip to content

Commit

Permalink
dist cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
okwolf committed Jun 17, 2024
1 parent 4e5f08b commit d3f4575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coverage/
node_modules/
dist/
yarn-error.log
yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"uglify-js": "=3.18.0"
},
"scripts": {
"clean": "npx --quiet rimraf coverage dist node_modules",
"clean": "npx --yes --quiet rimraf coverage node_modules",
"format": "prettier --write \"**/*.js\"",
"format:check": "prettier --list-different \"**/*.js\"",
"lint": "eslint . --ignore-pattern dist",
"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --no-cache",
"doc": "jsdoc2md src/fx/*.js src/subs/*.js > api.md",
"check": "npm run format:check && npm run lint && npm t",
"release:dry": "npm run clean && npm i && npm run check && npm run doc",
"release": "node --experimental-json-modules release"
"release": "node release"
},
"prettier": {
"trailingComma": "none",
Expand Down

0 comments on commit d3f4575

Please sign in to comment.