Skip to content

Commit 6f0147f

Browse files
authoredOct 18, 2023
build: ensure lib is created as part of publish (#48)
1 parent 01b6c90 commit 6f0147f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@articulate/funky",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Functional helper library",
55
"main": "index.js",
66
"repository": {
@@ -20,10 +20,9 @@
2020
"build": "buble -i src -o lib",
2121
"clean": "rm -rf lib && mkdir -p lib",
2222
"lint": "eslint src test",
23-
"postversion": "git push --tags origin master",
2423
"prebuild": "yarn run clean",
2524
"pretest": "yarn run build",
26-
"preversion": "git checkout master && yarn run build",
25+
"prepublish": "yarn run build",
2726
"test": "mocha test --reporter=dot"
2827
},
2928
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.