Skip to content

Commit

Permalink
Merge branch 'feat/60-store-colorschema-in-localstorage' of https://g…
Browse files Browse the repository at this point in the history
…ithub.com/bathini79/firecamp into feat/60-store-colorschema-in-localstorage
  • Loading branch information
Nishchit14 committed Aug 31, 2023
2 parents de5fbae + d393ad5 commit 46e2c5e
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 46e2c5e

Please sign in to comment.