diff --git a/package.json b/package.json index 05b2599..c2a08e3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "scripts": { "test": "exit 0", "esm": "sed 's/\\/\\/+ //' ./+build/raw.js > ./+build/raw.esm.js", - "bundle": "tsc -p tsconfig.release.json && terser ./+build/raw.debug.js > ./+build/raw.min.js && npm run esm", + "bundle": "tsc -p tsconfig.release.json && terser ./+build/raw.js > ./+build/raw.min.js && npm run esm", "release": "npm run bundle && cd ./+build && cp ../package.json ./package.json && np && cp ./package.json ../package.json" } }