Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Jul 17, 2024
1 parent 68950c4 commit e0e4673
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 @@ -9,7 +9,7 @@
},
"scripts": {
"build": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types && cls && npx tsc && cls && xcopy /s/y src dist && xcopy /y package.json dist && xcopy /y readme.md dist && xcopy /y lICENSE dist",
"build+publish": "npm run build && cls && cd dist && cls && npm publish && npm run cleanOldBuilds",
"build+publish": "npm run build && cls && cd dist && cls && npm publish",
"runTests": "npm i && cls && node tests/fileTools.js && node tests/directoryTools.js && npx rimraf node_modules && npx rimraf package-lock.json",
"build+test": "npm run build && cls && npm run runTests",
"cleanOldBuilds": "npx rimraf dist && npx rimraf types"
Expand Down

0 comments on commit e0e4673

Please sign in to comment.