Skip to content

Commit

Permalink
fix prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
camposdev committed Apr 29, 2020
1 parent 99b25b8 commit 8044b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@involves/violin",
"version": "1.0.0-alpha.2.1",
"version": "1.0.0-alpha.2.2",
"description": "React components for faster and easier web development",
"main": "lib/index.js",
"module": "lib/es/index.js",
Expand All @@ -20,9 +20,9 @@
"test": "jest",
"lint": "eslint './src/**/*.jsx' './src/**/*.js'",
"lint:css": "stylelint './src/**/*.js'",
"test:watch": "jest --watchAll"
"test:watch": "jest --watchAll",
"prepublish": "rm -rf ./lib && yarn build:cjs && yarn build:es"
},
"prepublish": "rm -rf ./lib && yarn build:cjs && yarn build:es",
"dependencies": {
"polished": "^3.4.4",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 8044b60

Please sign in to comment.