Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Windows packaging cannot generate root directory sotrable.js problem fit
  • Loading branch information
jombLiu authored Nov 18, 2021
1 parent daaefed commit bf66902
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 bf66902

Please sign in to comment.