Skip to content

Commit

Permalink
fix js copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Mar 26, 2024
1 parent 6627da6 commit c8a05d2
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 @@ -12,7 +12,7 @@
"sass": "sass ./assets/sass/:./dist/css/ && postcss --use autoprefixer cssnano --replace ./dist/css/**/*.css",
"js": "npm run js:build && npm run js:copy",
"js:build": "uglifyjs-folder ./assets/js/ -x .js -eo ./dist/js/ --log-level error",
"js:copy": "cp ./node_modules/js-cookie/dist/{js.cookie.min.js,js.cookie.js} ./dist/js/",
"js:copy": "cp ./node_modules/js-cookie/dist/js.cookie.min.js ./dist/js/",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint assets/js",
"lint:css": "stylelint assets/sass",
Expand Down

0 comments on commit c8a05d2

Please sign in to comment.