Skip to content

Commit

Permalink
Merge pull request #2104 from jombLiu/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
owen-m1 committed Dec 2, 2021
2 parents daaefed + bf66902 commit c047ac2
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 @@ -19,7 +19,7 @@
"main": "./Sortable.min.js",
"module": "modular/sortable.esm.js",
"scripts": {
"build:umd": "NODE_ENV=umd rollup -c ./scripts/umd-build.js",
"build:umd": "set NODE_ENV=umd&& rollup -c ./scripts/umd-build.js",
"build:umd:watch": "set NODE_ENV=umd&& rollup -w -c ./scripts/umd-build.js",
"build:es": "set NODE_ENV=es&& rollup -c ./scripts/esm-build.js",
"build:es:watch": "set NODE_ENV=es&& rollup -w -c ./scripts/esm-build.js",
Expand Down

0 comments on commit c047ac2

Please sign in to comment.