Skip to content

Commit

Permalink
fix zip location
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-j committed Aug 14, 2020
1 parent fe05f66 commit 8b99154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/argo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"compile:rtl": "rtlcss style.css style-rtl.css",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
"lint:js": "wp-scripts lint-js 'js/*.js'",
"bundle": "dir-archiver --src . --dest ../argo.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist scss style.css.map",
"bundle": "dir-archiver --src . --dest ../../argo.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist scss style.css.map",
"build": "npm run compile:css && npm run bundle"
}
}

0 comments on commit 8b99154

Please sign in to comment.