mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 00:10:33 +03:00
chore: add dist folder to repo
This commit is contained in:
@@ -40,7 +40,6 @@ package-lock.json
|
||||
|
||||
# built code
|
||||
lib
|
||||
dist
|
||||
es
|
||||
.vue-meta
|
||||
|
||||
|
||||
Vendored
+1296
File diff suppressed because it is too large
Load Diff
Vendored
+1042
File diff suppressed because it is too large
Load Diff
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1292
File diff suppressed because it is too large
Load Diff
Vendored
+1243
File diff suppressed because it is too large
Load Diff
Vendored
+1
File diff suppressed because one or more lines are too long
+1
-1
@@ -52,7 +52,7 @@
|
||||
"lint": "eslint src test",
|
||||
"prerelease": "git checkout master && git pull -r",
|
||||
"release": "yarn lint && yarn test && yarn build && standard-version",
|
||||
"postrelease": "yarn build",
|
||||
"postrelease": "yarn build && git add dist/* && git commit --amend",
|
||||
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
|
||||
"test:e2e-ssr": "jest test/e2e/ssr",
|
||||
"test:e2e-browser": "jest test/e2e/browser",
|
||||
|
||||
Reference in New Issue
Block a user