Skip to content

Commit

Permalink
Merge pull request #46 from MadeByMike/master
Browse files Browse the repository at this point in the history
Make npm scripts work on windows cmd
  • Loading branch information
Andy-set-studio authored and bmuenzenmeyer committed Apr 17, 2020
1 parent 836b28b commit 66f7f1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion packages/docs/package-lock.json
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/docs/package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"devDependencies": {
"chokidar-cli": "^1.2.2",
"cross-env": "^5.2.0",
"make-dir-cli": "^2.0.0",
"rollup": "^1.16.1",
"rollup-plugin-commonjs": "^10.0.0",
Expand All @@ -30,7 +31,7 @@
"cms:precompile": "make-dir dist/admin && nunjucks-precompile src/_includes > dist/admin/templates.js -i '\\.(njk|css|svg)$'",
"cms:bundle": "rollup --config",
"start": "concurrently 'npm run sass:process -- --watch' 'npm run cms:bundle -- --watch' 'chokidar \"src/_includes/**\" -c \"npm run cms:precompile\"' 'npm run serve'",
"serve": "ELEVENTY_ENV=development npx eleventy --serve",
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
"production": "npm run sass:process && npm run cms:precompile && npm run cms:bundle && npx eleventy"
},
"repository": {
Expand Down

0 comments on commit 66f7f1d

Please sign in to comment.