Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Jul 14, 2024
1 parent 013d30f commit a960e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/iv-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"start": "yarn copy-assets & parcel example/index.html --out-dir temp",
"copy-assets": "cp -R example/ temp",
"bundle": "cross-env yarn compile & yarn build-css & yarn bundle-dist",
"bundle": "cross-env yarn compile && yarn build-css && yarn bundle-dist",
"bundle-dist": "cross-env rollup -c rollup.config.mjs",
"build-css": "node build-css.cjs",
"compile": "cross-env NODE_ENV=production babel src --out-dir lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-iv-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-iv-viewer",
"version": "0.1.3",
"version": "1.0.0",
"author": "manav",
"module": "dist/react-iv-viewer.esm.js",
"size-limit": [
Expand All @@ -25,7 +25,7 @@
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build & yarn build-css",
"build": "tsdx build && yarn build-css",
"build-css": "node build-css.cjs",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
Expand Down

0 comments on commit a960e8e

Please sign in to comment.