Skip to content

Commit

Permalink
chore(package): Remove export script
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed May 20, 2024
1 parent 6769b39 commit b14b7da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint:stylelint": "stylelint --config './.stylelintrc.cjs' './src/**/*.scss'",
"lint:prettier": "prettier --list-different './src/**/*.{json,html,yml,tsx,ts,js,jsx,scss}'",
"lint:eslint": "eslint",
Expand Down

0 comments on commit b14b7da

Please sign in to comment.