Skip to content

Commit

Permalink
fix: copy css to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bajzarpa committed Dec 5, 2024
1 parent f18b9c7 commit 5580e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hellowearemito/payload-plugin-recently-visited",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for Payload CMS to list recently visited items on the admin dashboard",
"keywords": ["payload", "cms", "plugin", "recently", "visited", "collection", "history", "payload-plugin"],
"main": "./src/index.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json && cp src/RecentlyVisitedPlugin.css dist/RecentlyVisitedPlugin.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
Expand Down

0 comments on commit 5580e15

Please sign in to comment.