Skip to content

Commit

Permalink
Task for icons folder
Browse files Browse the repository at this point in the history
  • Loading branch information
benitolopez committed Oct 15, 2022
1 parent b0a56d5 commit 05ca0df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"build:css": "postcss --no-map -w .sass-cache/hotel-datepicker.css -d dist/css",
"build:xo": "xo --fix || true",
"build:js": "node build.js",
"build:img": "cp -R src/icons dist",
"watch:server": "browser-sync start --startPath demo --reload-delay 300 --server --files 'dist/**,demo/**'",
"watch:build": "onchange 'src/js/*.js' -i -- npm-run-all --parallel --silent build:*",
"watch": "mkdir -p dist dist/css .sass-cache; touch .sass-cache/hotel-datepicker.css; npm-run-all --parallel --silent watch:*",
"build": "mkdir -p dist dist/css .sass-cache; touch .sass-cache/hotel-datepicker.css; npm-run-all --parallel --silent build:*"
"watch": "mkdir -p dist dist/css dist/icons .sass-cache; touch .sass-cache/hotel-datepicker.css; npm-run-all --parallel --silent watch:*",
"build": "mkdir -p dist dist/css dist/icons .sass-cache; touch .sass-cache/hotel-datepicker.css; npm-run-all --parallel --silent build:*"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down

0 comments on commit 05ca0df

Please sign in to comment.