File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
"build-test" : " http-server build/" ,
27
27
"deploy" : " gh-pages -d build" ,
28
28
"fetch" : " scripts/fetch.sh" ,
29
- "init:generated" : " mkdirp ./generated/loaders && cp -rf ./content/loaders/ ./generated/loaders && mkdirp ./generated/plugins && cp -rf ./content/plugins/ ./generated/plugins" ,
29
+ "init:generated" : " mkdirp ./generated/loaders && ncp ./content/loaders/ ./generated/loaders && mkdirp ./generated/plugins && ncp ./content/plugins/ ./generated/plugins" ,
30
30
"lint" : " run-s lint:*" ,
31
31
"lint:links" : " hyperlink build/index.html -r | tap-nyan" ,
32
32
"lint:js" : " eslint . --ext .js --ext .jsx" ,
33
33
"lint:md" : " eslint . --ext .md" ,
34
34
"lint:markdown" : " markdownlint --config ./.markdownlintrc **/*.md *.md ./content/**/*.md" ,
35
35
"lint:social" : " alex ./**/*.md" ,
36
- "lint:prose" : " cp .proselintrc ~/ && proselint" ,
36
+ "lint:prose" : " ncp .proselintrc ~/ && proselint" ,
37
37
"test" : " npm run lint " ,
38
38
"sitemap" : " cd build && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml"
39
39
},
72
72
"mkdirp" : " ^0.5.1" ,
73
73
"modularscale-sass" : " ^2.1.1" ,
74
74
"moment" : " ^2.15.1" ,
75
+ "ncp" : " ^2.0.0" ,
75
76
"node-sass" : " ^3.9.3" ,
76
77
"npm-run-all" : " ^3.1.0" ,
77
78
"postcss-loader" : " ^0.13.0" ,
You can’t perform that action at this time.
0 commit comments