chore: publish packages required by plugins (skip e2e)
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
yarn commitlint --edit $1
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
@@ -13,7 +13,9 @@
|
|||||||
"e2e-server.js"
|
"e2e-server.js"
|
||||||
],
|
],
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"private": true,
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack -w --config webpack.dev.js",
|
"start": "webpack -w --config webpack.dev.js",
|
||||||
"start:test-server": "yarn node e2e-server.js",
|
"start:test-server": "yarn node e2e-server.js",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/styles",
|
"name": "@standardnotes/styles",
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
"private": true,
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user