We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9964695 commit 62f9bd6Copy full SHA for 62f9bd6
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
run: |
17
cd build
18
mkdir .vercel
19
+ cd .vercel
20
touch project.json
21
echo '{"projectId":"prj_WeyTcVuBJMaYYwAr70qehkC723Fs","orgId":"H6nj7J1Ka9Tf4CpLSxzv2MNI"}' > project.json
22
- name: Deploying The Project
package.json
@@ -2,7 +2,7 @@
2
"scripts": {
3
"start": "snowpack dev",
4
"build": "snowpack build",
5
- "deploy": "vc build --prod --confirm --token=E880YhIzLMPYb0YPyDTQ1T9j"
+ "deploy": "vc build --prod --confirm --token=BF3B1AqHhuLdbaaTNWuDYg0L"
6
},
7
"dependencies": {
8
"react": "^18.0.0-alpha-64931821a-20210808",
0 commit comments