We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75df24a commit 0c42411Copy full SHA for 0c42411
package.json
@@ -13,7 +13,7 @@
13
"remove-files": "rm ./dist/exhibit.html ./dist/embed.html",
14
"watch:copy": "cpx './extras/**' './dist/' -vw",
15
"watch:compile": "cd ./dist && npm run watch",
16
- "build": "rm -rf ./dist && degit github:IMAGINARY/reinforcement-learning-2#v1.17.0 --force dist && npm run copy-font && npm run remove-files && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .."
+ "build": "rm -rf ./dist && degit github:IMAGINARY/reinforcement-learning-2#v1.17.2 --force dist && npm run copy-font && npm run remove-files && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .."
17
},
18
"repository": {
19
"type": "git",
0 commit comments