Skip to content

Commit b106d85

Browse files
committed
I love chasing ecosystem problems
1 parent 273fe8a commit b106d85

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
- run: npm ci --ignore-scripts
22+
- run: npm run build
2223
- name: 'Test'
2324
run: npx vitest --coverage.enabled true
2425
- name: 'Report Coverage'

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Web-ReceiptLine-Printer
22

3+
![NPM Version](https://img.shields.io/npm/v/web-receiptline-printer) | [![Build](https://github.com/Cellivar/WebReceiptLinePrinter/actions/workflows/build_npm.yml/badge.svg?branch=main)](https://github.com/Cellivar/WebReceiptLinePrinter/actions/workflows/build_npm.yml)
4+
5+
36
Print receipts on receipt printers directly from your browser. No need to install drivers, extensions, or anything else.
47

58
![image](https://github.com/Cellivar/WebReceiptLinePrinter/assets/1441553/4072cc21-5d9e-4c96-a47c-feb26f81ff59)

src/Printers/Languages/EscPos/Messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference types="vitest/importMeta.d.ts" />
1+
/// <reference types="vitest/import-meta" />
22
import * as Cmds from '../../../Documents/index.js'
33
import { MessageParsingError, type IMessageHandlerResult } from "../../Communication/index.js";
44
import { AsciiCodeNumbers, hex } from '../../Codepages/index.js';

0 commit comments

Comments
 (0)