Skip to content

Commit

Permalink
fix(examples): update build command (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 22, 2021
1 parent 492e058 commit f5254e9
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion examples/github-repositories-custom-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/multiple-datasets-with-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/query-suggestions-with-categories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/query-suggestions-with-hits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
3 changes: 1 addition & 2 deletions examples/recently-viewed-items/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html --dist-dir ./dist",
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion examples/starter-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down
1 change: 0 additions & 1 deletion examples/voice-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0-alpha.45",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
Expand Down

0 comments on commit f5254e9

Please sign in to comment.