Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c4808e0

Browse files
committed
Updated dist command on publish
1 parent d6c13b1 commit c4808e0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.2 - 2020-05-27
9+
10+
### Fixed
11+
12+
- Added build command to publish command
13+
814
## 0.2.1 - 2020-05-27
915

1016
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asigloo/vue-dynamic-forms",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Easy way to dynamically create reactive forms in vue based on varying business object model",
55
"author": "Alvaro Saburido <[email protected]>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"build": "vue-cli-service build --target lib --name as-dynamic-forms src/main.js",
1717
"lint": "vue-cli-service lint",
1818
"test": "vue-cli-service test:unit --verbose --no-cache --watchAll",
19-
"publish": "npm publish --access public",
19+
"publish": "npm run build && npm publish --access public",
2020
"docs:dev": "vuepress dev docs",
2121
"docs:build": "vuepress build docs"
2222
},

0 commit comments

Comments
 (0)