Skip to content

Commit

Permalink
Modded scripts. Removed tags dir
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Oct 15, 2023
1 parent 35099cf commit 75f2715
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
41 changes: 0 additions & 41 deletions app/tags/[tag]/page.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions app/tags/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "next dev",
"dev": "cross-env INIT_CWD=$PWD next dev",
"build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs",
"build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs && next export",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
Expand Down

0 comments on commit 75f2715

Please sign in to comment.