Socket
Book a DemoInstallSign in
Socket

tiptap-editor-stck

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiptap-editor-stck

## Compiles and hot-reloads for development ``` npm run dev ```

latest
npmnpm
Version
1.2.21
Version published
Maintainers
1
Created
Source

tiptap-editor-stck

Compiles and hot-reloads for development

npm run dev

build

npm run build

Publish on NPM

npm publish

How to do the local development with any project

https://hackernoon.com/node-js-yarning-for-local-packages-9a7970edea7

if you have tiptap-editor and web in same directory, then

cd web
yarn add file:./../tiptap-editor/

Remote testing

  • run npm run build && npm pack
  • above will generate tgz package, something like - tiptap-editor-stck-1.0.3.tgz.
  • scp package to server - scp tiptap-editor-stck-1.0.3.tgz user@domain.com:/home/user/<project>
  • change package.json of remote "project" to - "tiptap-editor-stck": "file:tiptap-editor-stck-1.0.3.tgz"

Contribute

  • Update code
  • Update version in package.json (X.Y.Z, Z for bug fixes, Y for new feature, X for breaking changes)
  • update CHNANGELOG
  • npm run build
  • Publish new version on NPM, npm publish

FAQs

Package last updated on 14 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts