mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
chore: prep CI
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
cache: yarn
|
||||
node_js:
|
||||
- 12
|
||||
- 14
|
||||
@@ -22,7 +22,8 @@
|
||||
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
|
||||
"test": "run-s test:*",
|
||||
"test:lint": "eslint .",
|
||||
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
|
||||
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
|
||||
"posttest": "run-s build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/firestore": "^4.8.1",
|
||||
|
||||
Reference in New Issue
Block a user