@nocturne-xyz/snap

v0.5.0
Nocturne Snap

build

mm-snap build

build:clean

yarn clean && yarn build

build:local

./scripts/build_local.sh

build:website

node ./scripts/build-website.js

clean

rimraf dist

cp-config

cp ../config/configs/localhost.json ./src/config.json

dev

yarn build && yarn build:local && yarn serve

lint

eslint --fix src --ext .ts

lint:eslint

eslint . --cache --ext js,ts

lint:fix

yarn lint:eslint --fix && yarn lint:misc --write

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore

manifest:fix

mm-snap manifest --fix

prettier:check

prettier --check ./src

prettier:write

prettier --write ./src

publish

yarn build:clean && yarn npm publish --access public

serve

mm-snap serve

start

mm-snap watch

test:unit

npm i @nocturne-xyz/[email protected]

Metadata

Downloads