Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 21, 2022
1 parent 6fa4788 commit 8ccc5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"description": "basic usage",
"scripts": {
"build": "NODE_OPTIONS=--no-experimental-fetch parcel build index.html",
"start": "NODE_OPTIONS=--no-experimental-fetch parcel serve index.html"
"build": "parcel build index.html",
"start": "parcel serve index.html"
},
"dependencies": {
"@kvs/env": "^2.1.2"
Expand Down

0 comments on commit 8ccc5ab

Please sign in to comment.