Skip to content

Commit

Permalink
build: update make-example script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 3, 2019
1 parent 4f907f3 commit 9f912d7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scripts/make-example
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ cat << EOF > $MODULE/package.json
"author": "$AUTHOR <$EMAIL>",
"license": "Apache-2.0",
"scripts": {
"clean": "rimraf .cache build out",
"build": "yarn clean && parcel build index.html -d out --public-url ./ --no-source-maps --no-cache --detailed-report",
"clean": "rm -rf .cache build out",
"build": "yarn clean && parcel build index.html -d out --public-url ./ --no-source-maps --no-cache --detailed-report --experimental-scope-hoisting",
"start": "parcel index.html -p 8080 --open"
},
"devDependencies": {
"parcel-bundler": "^1.11.0",
"rimraf": "^2.6.3",
"terser": "^3.14.1",
"typescript": "^3.2.2"
"parcel-bundler": "^1.12.3",
"terser": "^3.17.0",
"typescript": "^3.4.1"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down

0 comments on commit 9f912d7

Please sign in to comment.