diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index ef0ed8967e..7e52eaf057 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.0.2-10", + "version": "0.0.2-11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 87192003b3..f7c289f1f4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.0.2-10", + "version": "0.0.2-11", "description": "Base components for Ionic", "main": "dist/collection/index.js", "types": "dist/collection/index.d.ts", @@ -17,8 +17,9 @@ "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", - "publish": "npm run build && ../../node_modules/.bin/np --any-branch", - "test": "jest --no-cache" + "publish": "../../node_modules/.bin/np --any-branch", + "test": "jest --no-cache", + "prepublishOnly": "npm run build" }, "author": "Ionic Team", "license": "MIT",