Skip to content

Commit

Permalink
Merge branch 'main' into feat/60-store-colorschema-in-localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
bathini79 authored Aug 31, 2023
2 parents f83f191 + b5eb24e commit d393ad5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/firecamp-agent-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": [],
"main": "src/index.ts",
"scripts": {
"build": "run-p 'build:*'",
"build": "run-p \"build:*\"",
"build:main": "tsc -p tsconfig.json",
"clean": "rimraf dist/",
"fix": "run-s fix:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/firecamp-cookie-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "",
"keywords": [],
"scripts": {
"build": "run-p 'build:*'",
"build": "run-p \"build:*\"",
"build:main": "tsc -p tsconfig.json",
"clean": "rimraf build/",
"fix": "run-s fix:*",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/firecamp-socket-io-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "",
"keywords": [],
"scripts": {
"build": "run-p 'build:*'",
"build": "run-p \"build:*\"",
"build:main": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"clean": "rimraf dist/",
"fix": "run-s fix:*",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/firecamp-ws-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "",
"keywords": [],
"scripts": {
"build": "run-p 'build:*'",
"build": "run-p \"build:*\"",
"build:main": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"clean": "rimraf dist/",
"fix": "run-s fix:*",
Expand Down

0 comments on commit d393ad5

Please sign in to comment.