Skip to content

Commit 8ae2d91

Browse files
committed
chore: 🤖 workflow
1 parent 030c34f commit 8ae2d91

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

‎packages/adapter-axios/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1616
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1717
"build": "yarn clean && node ../../scripts/build.js",
18-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
18+
"postbuild": "yarn rollup -c ../../rollup.config.js",
1919
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
2020
"format": "prettier --write .",
2121
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/adapter-firebase-admin/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1818
"start:emulator": "firebase emulators:start --project demo-test --only firestore,database",
1919
"build": "yarn clean && node ../../scripts/build.js",
20-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
20+
"postbuild": "yarn rollup -c ../../rollup.config.js",
2121
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
2222
"format": "prettier --write .",
2323
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/adapter-firebase/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1818
"start:emulator": "firebase emulators:start --project demo-test --only firestore,database",
1919
"build": "yarn clean && node ../../scripts/build.js",
20-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
20+
"postbuild": "yarn rollup -c ../../rollup.config.js",
2121
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
2222
"format": "prettier --write .",
2323
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/adapter-graphql/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
3636
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
3737
"build": "yarn clean && node ../../scripts/build.js",
38-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
38+
"postbuild": "yarn rollup -c ../../rollup.config.js",
3939
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
4040
"format": "prettier --write .",
4141
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/codegen-openapi/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:pipeline": "node --experimental-vm-modules ../../node_modules/jest/bin/jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1919
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
2020
"build": "yarn clean && node ../../scripts/build.js",
21-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
21+
"postbuild": "yarn rollup -c ../../rollup.config.js",
2222
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
2323
"format": "prettier --write .",
2424
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/core/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
3636
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
3737
"build": "yarn clean && node ../../scripts/build.js",
38-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
38+
"postbuild": "yarn rollup -c ../../rollup.config.js",
3939
"lint": "eslint . --fix",
4040
"format": "prettier --write .",
4141
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/plugin-devtools/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1616
"start": "yarn build && npx run-when-changed --watch 'src/**/*.{ts,tsx}' --exec 'yarn build'",
1717
"build": "yarn clean && node ../../scripts/build.js",
18-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
18+
"postbuild": "yarn rollup -c ../../rollup.config.js",
1919
"lint": "eslint . --fix",
2020
"format": "prettier --write .",
2121
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/plugin-eslint/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1616
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1717
"build": "yarn clean && node ../../scripts/build.js",
18-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
18+
"postbuild": "yarn rollup -c ../../rollup.config.js",
1919
"lint": "eslint . --fix",
2020
"format": "prettier --write .",
2121
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/react/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1616
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1717
"build": "yarn clean && node ../../scripts/build.js",
18-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
18+
"postbuild": "yarn rollup -c ../../rollup.config.js",
1919
"lint": "eslint . --fix",
2020
"format": "prettier --write .",
2121
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

‎packages/sockets/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --forceExit",
1616
"start": "yarn build && npx run-when-changed --watch 'src/**/*.ts' --exec 'yarn build'",
1717
"build": "yarn clean && node ../../scripts/build.js",
18-
"postbuild": "yarn rollup -c '../../rollup.config.js'",
18+
"postbuild": "yarn rollup -c ../../rollup.config.js",
1919
"lint": "eslint . --fix",
2020
"format": "prettier --write .",
2121
"typescheck": "tsc --noEmit --emitDeclarationOnly false",

0 commit comments

Comments
 (0)