Skip to content

Commit

Permalink
chore: adds clean command and updates existing command to be validate.
Browse files Browse the repository at this point in the history
  • Loading branch information
andr9528 committed Dec 11, 2023
1 parent 6821631 commit 60de253
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 @@ -47,10 +47,11 @@
"changelog": "standard-version",
"inspect": "node --inspect dist/index.js",
"release": "yarn reset && yarn test && yarn changelog",
"clean": "trash dist",
"reset": "git clean -dfx && git reset --hard && yarn",
"ci": "yarn test",
"validate:dependencies": "yarn audit --groups dependencies",
"license-validate": "node-license-validator -p -d --allow-licenses MIT MIT/X11 BSD BSD-3-Clause BSD-2-Clause ISC Apache Apache-2.0 Unlicense --allow-packages cycle",
"validate": "node-license-validator -p -d --allow-licenses MIT MIT/X11 BSD BSD-3-Clause BSD-2-Clause ISC Apache Apache-2.0 Unlicense --allow-packages cycle",
"unlinkall": "yarn unlink @sofie-automation/server-core-integration && yarn --check-files"
},
"scripts-info": {
Expand Down

0 comments on commit 60de253

Please sign in to comment.