File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " npm run clean && npm run setup-opal && webpack --progress --colors --bail" ,
9
9
"clean" : " rimraf ./static/javascripts/setup-opal.js && rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist" ,
10
10
"deploy" : " touch build/.nojekyll && gh-pages -t -d build -m \" Build for $(git log --pretty=format:%H -n1) [skip ci]\" " ,
11
- "deploy:smalruby.app" : " echo \" smalruby.app\" > build/CNAME && touch build/.nojekyll && gh-pages -t -d build -m \" Build for $(git log --pretty=format:%H -n1) [skip ci]\" " ,
11
+ "deploy:smalruby.app" : " rimraf node_modules/gh-pages/.cache && echo \" smalruby.app\" > build/CNAME && touch build/.nojekyll && gh-pages -t -d build -m \" Build for $(git log --pretty=format:%H -n1) [skip ci]\" " ,
12
12
"prune" : " ./prune-gh-pages.sh" ,
13
13
"i18n:push" : " tx-push-src scratch-editor interface translations/en.json" ,
14
14
"i18n:src" : " rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push" ,
You can’t perform that action at this time.
0 commit comments