Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
drops --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edm00se committed Jul 17, 2018
1 parent 0bb9f98 commit 0a5d686
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "src/main.js",
"scripts": {
"clean": "rimraf dist",
"dev": "parcel ./src/index.html --no-cache",
"build": "parcel build ./src/index.html --public-url . --no-cache",
"build:travis": "parcel build ./src/index.html --public-url . --no-cache --log-level 2",
"dev": "parcel ./src/index.html",
"build": "parcel build ./src/index.html --public-url .",
"build:travis": "parcel build ./src/index.html --public-url . --log-level 2",
"deploy": "npm run build && gh-pages -d dist",
"deploy:travis": "npm run build:travis && gh-pages --repo https://$GH_TOKEN@github.com/edm00se/modernize-ng1.git -d dist -t",
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -31,8 +31,8 @@
"babel-plugin-syntax-decorators": "6.13.0",
"babel-preset-stage-2": "6.24.1",
"gh-pages": "1.2.0",
"node-sass": "4.9.0",
"parcel-bundler": "1.9.4",
"node-sass": "4.9.2",
"parcel-bundler": "1.9.7",
"rimraf": "2.6.2"
}
}

0 comments on commit 0a5d686

Please sign in to comment.