Skip to content

Commit

Permalink
Remove build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 1, 2024
1 parent 7c60b53 commit 850378f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
30 changes: 0 additions & 30 deletions build.mjs

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@rubriclab/ui",
"version": "5.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"description": "UI package by Rubric Labs",
"private": false,
"scripts": {
"build": "NODE_ENV=production bun run build.mjs",
"tailwind": "bunx tailwindcss -i ./src/styles.css -o ./dist/output.css",
"watch": "bun run build --watch",
"prepublishOnly": "bun run build",
Expand Down

0 comments on commit 850378f

Please sign in to comment.