Skip to content

Commit

Permalink
feat(package): migrate to notion-event-page
Browse files Browse the repository at this point in the history
Migrate project to a Notion event page.

Update package name and version.
Add notion-to-markdown script to package.json.
Run notion-to-markdown script on postinstall.
  • Loading branch information
luandro committed Sep 6, 2024
1 parent 0e1833a commit c42d480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "encontro-territorial-brasil",
"private": true,
"version": "0.0.0",
"name": "notion-event-page",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run notionToMd && vite build",
"build:dev": "vite build --mode development",
"notionToMd": "node src/scripts/fetchNotion.js",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"postinstall": "npm run notionToMd"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
Expand Down

0 comments on commit c42d480

Please sign in to comment.