Skip to content

Commit

Permalink
Merge pull request #14 from true-runes/fix_glob_expression
Browse files Browse the repository at this point in the history
Fix a glob expression as 'cpx' command in 'package.json' scripts asection
  • Loading branch information
nikukyugamer authored Jun 7, 2020
2 parents 0db7712 + f4abeab commit faf05d2
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 @@ -8,7 +8,7 @@
"default:build": "yarn default:lint && yarn default:test && rimraf dist && webpack && cpx src/appsscript.json dist && cpx \"src/**/*.html\" dist",
"default:push": "yarn default:build && clasp push",
"default:test": "jest",
"build": "rimraf dist && cpx src/*.ts dist && cpx src/appsscript.json dist",
"build": "rimraf dist && cpx src/**/*.ts dist && cpx src/appsscript.json dist",
"deploy": "yarn build && clasp push"
},
"repository": {
Expand Down

0 comments on commit faf05d2

Please sign in to comment.