mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-27 22:23:22 +00:00
Add sounds json
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"copy": "cp -r static/* dist && cp node_modules/amplitudejs/dist/amplitude.min.js dist/js/player.js",
|
||||
"init": "npm-run-all clean -p fetch copy build:data",
|
||||
"start": "NODE_ENV=development npm-run-all init -p start:*",
|
||||
"start:data": "onchange -k 'content/**/*' -- npm run build:data",
|
||||
"start:data": "onchange -k 'content/**/*' 'tasks/generate_site_data.js' -- npm run build:data",
|
||||
"start:pages": "onchange -i -k 'pug.config.js' 'markdown.js' 'content/**' 'generated/**' 'src/**/*.pug' 'src/**/*.svg' 'tasks/generate_pages.js' -- npm run build:pages",
|
||||
"start:styles": "onchange -i -k 'src/**/*.css' -- npm run build:styles",
|
||||
"start:serve": "browser-sync start --config browser-sync.config.js --watch",
|
||||
@@ -37,7 +37,7 @@
|
||||
"csso-cli": "3.0.0",
|
||||
"glob": "7.1.7",
|
||||
"jstransformer-markdown-it": "2.1.0",
|
||||
"markdown-it": "12.1.0",
|
||||
"markdown-it": "12.2.0",
|
||||
"node-file-rev": "1.1.3",
|
||||
"npm-run-all": "4.1.5",
|
||||
"onchange": "7.1.0",
|
||||
|
||||
Reference in New Issue
Block a user