Skip to content

Commit c725848

Browse files
committed
Fixed missing build step
1 parent 2eaf537 commit c725848

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24+
- name: Build package
25+
run: npm run build
26+
2427
- name: Publish to npm
2528
run: npm publish --access public
2629
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enhanced-jax/react-browser-containers",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"scripts": {
66
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",

0 commit comments

Comments
 (0)