Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit aea91ab

Browse files
Fixed copy handlers script. (#7)
1 parent a40cb8e commit aea91ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postbuild": "uglifyjs ./dist/simplr-logger.js -o ./dist/simplr-logger.min.js --compress --mangle",
1717
"build-handlers": "webpack --config webpack.handlers-config.js",
1818
"postbuild-handlers": "uglifyjs ./dist/simplr-logger-handlers.js -o ./dist/simplr-logger-handlers.min.js --compress --mangle",
19-
"precopy-handlers": "rimraf ./handlers.js && rimraf ./handlers.d.ts",
19+
"precopy-handlers": "rimraf ./handlers.js && rimraf ./handlers.d.ts && cd scripts/copy-handlers && npm i",
2020
"copy-handlers": "rimraf @types && tsc -p . --outDir _dist_temp && cd scripts/copy-handlers && npm run copy",
2121
"watch": "webpack --watch",
2222
"prerelease": "npm run clear",

scripts/copy-handlers/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)