Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: prevent babel-plugin-webpack... warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Feb 25, 2016
1 parent a2b5e9d commit ebe195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:js": "eslint --fix .",
"lint:css": "stylelint \"web_modules/**/*.css\"",
"lint": "npm run lint:js && npm run lint:css",
"statinamic": "cross-env BABEL_ENV=statinamic DEBUG=statinamic:* babel-node scripts/build",
"statinamic": "cross-env BABEL_DISABLE_CACHE=1 BABEL_ENV=statinamic DEBUG=statinamic:* babel-node scripts/build",
"start": "npm run statinamic -- --server --open --dev",
"build": "npm run statinamic -- --static --production",
"pretest": "npm run lint",
Expand Down

0 comments on commit ebe195c

Please sign in to comment.