Skip to content

Commit 4561de3

Browse files
authored
Merge pull request #62 from 1Byte-Software/develop
build: fix pnpm-lock and add test publish script
2 parents b735adf + 97f8b07 commit 4561de3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"build": "webpack --config webpack.config.js",
1414
"test": "yalc publish --push --no-scripts --files .",
15-
"tsc": "tsc -p tsconfig.json"
15+
"tsc": "tsc -p tsconfig.json",
16+
"test:publish": "pnpm install --no-frozen-lockfile && webpack --config webpack.config.js"
1617
},
1718
"peerDependencies": {
1819
"react": "^18.0.0",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)