mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
chore: update build and publish scripts to use npm
This commit is contained in:
parent
aa678882b2
commit
315831302e
@ -13,7 +13,7 @@
|
|||||||
"bun run build"
|
"bun run build"
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
"bun run publish"
|
"npm publish"
|
||||||
],
|
],
|
||||||
"bump": [
|
"bump": [
|
||||||
"npm version patch"
|
"npm version patch"
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
"build": "node scripts/build.js",
|
"build": "node scripts/build.js",
|
||||||
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
|
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
|
||||||
"prepare": "npx playwright install",
|
"prepare": "npx playwright install",
|
||||||
"publish": "npm publish --access public",
|
|
||||||
"prettier": "prettier --write --log-level=warn .",
|
"prettier": "prettier --write --log-level=warn .",
|
||||||
"prettier:check": "prettier --check --log-level=warn .",
|
"prettier:check": "prettier --check --log-level=warn .",
|
||||||
"lint": "eslint src --max-warnings 0",
|
"lint": "eslint src --max-warnings 0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user