Skip to content

Commit

Permalink
Merge pull request #16 from Kazuki-tam/feature/fix-command
Browse files Browse the repository at this point in the history
Fix: start:copy command
  • Loading branch information
Kazuki-tam authored Nov 12, 2022
2 parents 518b199 + 98b1c37 commit 09c6157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure-liquid",
"version": "0.1.3",
"version": "0.1.4",
"description": "Starter kit with Liquid for static website.",
"author": "Kazuki Yonemoto (https://dev.to/tim_yone)",
"homepage": "https://github.com/Kazuki-tam/pure-liquid#readme",
Expand All @@ -12,7 +12,7 @@
"start:sass": "npm-run-all -p sass:watch postCss:watch",
"start:webpack": "npm-run-all webpack:watch",
"start:imagemin": "onchange 'src/assets/img/' -- npm-run-all imagemin",
"start:copy": "cpx './src/**/*.{css,js,pdf}' './dist' --watch",
"start:copy": "cpx './src/!(_data)/**/*.{css,js,pdf}' './dist' --watch",
"build": "npm-run-all clean -p 'build:*' copy copy:public imagemin svgsprite",
"build:liquid": "eleventy --config .config/.eleventy.js",
"build:sass": "NODE_ENV=development npm-run-all sass:dev postCss",
Expand Down

0 comments on commit 09c6157

Please sign in to comment.