Skip to content

Commit

Permalink
Merge pull request #8 from node-escpos/develop
Browse files Browse the repository at this point in the history
chore: Modify scripts for CI.
  • Loading branch information
dohooo authored Oct 24, 2022
2 parents e932fec + 767d765 commit 3bd0a31
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
"scripts": {
"build": "pnpm -F '@node-escpos/*' build",
"publish": "pnpm run build && pnpm -F '@node-escpos/*' publish",
"publish": "pnpm run build && pnpm -F '@node-escpos/*' exec changeset publish",
"version": "changeset version"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/bluetooth-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",

"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",

"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/serialport-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down
1 change: 0 additions & 1 deletion packages/usb-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down

0 comments on commit 3bd0a31

Please sign in to comment.