Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-go committed Dec 19, 2023
1 parent 4facc7d commit ac5a590
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 @@ -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"
}
}

0 comments on commit ac5a590

Please sign in to comment.