Skip to content

Commit

Permalink
build: remove uncessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jan 12, 2024
1 parent b1b6ede commit 183dcc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,13 @@
"dist"
],
"scripts": {
"build": "tsup",
"build:popup": "npm -C popup run build",
"dev": "npm -C popup run dev & tsup --watch src",
"build:plugin": "tsup",
"build:fix": "esno scripts/postbuild.ts",
"build:all": "npm run build:popup && npm run build:plugin",
"dev:playground": "npm -C popup run dev & npm -C playground run dev",
"lint": "eslint .",
"play": "npm -C popup run dev & npm -C playground run dev",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/overlay-layout/overlay-layout.css

This file was deleted.

Loading

0 comments on commit 183dcc0

Please sign in to comment.