Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 048ee8b

Browse files
committed
fix: Fix release where the dist wasn't generated prior to publishing and added npm files.
1 parent 5ddf5a2 commit 048ee8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
}
4444
},
4545
"scripts": {
46+
"prepublish": "sk-bundle",
4647
"test": "sk-tests"
4748
},
49+
"files": [
50+
"dist",
51+
"src"
52+
],
4853
"version": "2.0.0"
4954
}

0 commit comments

Comments
 (0)