Skip to content

Commit

Permalink
fix pipeline (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jan 5, 2023
1 parent d73c70c commit 73fd7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "next build",
"next-start": "next start",
"test:all": "yarn test:jest",
"test:jest": "jest",
"test:jest": "mv babel.config.native.js babel.config.js && jest; mv babel.config.js babel.config.native.js",
"lint:all": "yarn lint:eslint && yarn lint:prettier && yarn lint:types",
"lint:eslint": "eslint src/",
"lint:eslint:fix": "eslint --fix src/",
Expand Down

1 comment on commit 73fd7ac

@vercel
Copy link

@vercel vercel bot commented on 73fd7ac Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./

luna-gamma.vercel.app
luna-git-nextjs-criszz77.vercel.app
luna-criszz77.vercel.app

Please sign in to comment.