Skip to content

Commit

Permalink
Quick fix for glob pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Aug 8, 2023
1 parent 1e75483 commit 8c3abb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "npm run lint && jest -w 1 --coverage",
"test:size": "size-limit",
"build-with-test": "npm run clean && npm test && tsc && webpack",
"build:cjs": "node ./build es5 && cp src/vendor/** lib/vendor && webpack && webpack --config ./webpack.config.dev.js",
"build:esm": "node ./build es6 && cp src/vendor/** lib-esm/vendor",
"build:cjs": "node ./build es5 && cp src/vendor/* lib/vendor && webpack && webpack --config ./webpack.config.dev.js",
"build:esm": "node ./build es6 && cp src/vendor/* lib-esm/vendor",
"build:cjs:watch": "node ./build es5 --watch",
"build:esm:watch": "node ./build es6 --watch",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c3abb9

Please sign in to comment.