Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json #2104

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Update package.json #2104

merged 1 commit into from
Dec 2, 2021

Conversation

jombLiu
Copy link
Contributor

@jombLiu jombLiu commented Nov 18, 2021

Windows packaging cannot generate root directory sotrable.js problem fit

Windows packaging cannot generate root directory sotrable.js problem fit
@@ -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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"build:umd": "set NODE_ENV=umd&& rollup -c ./scripts/umd-build.js",
"build:umd": "set NODE_ENV=umd && rollup -c ./scripts/umd-build.js",

@owen-m1 owen-m1 merged commit c047ac2 into SortableJS:master Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants