fix(cirriculum): update a link to script

This commit is contained in:
Valeriy S
2019-01-16 13:59:27 +03:00
committed by Stuart Taylor
parent 73aa6fcca6
commit 88273c4b1d

View File

@ -19,7 +19,7 @@
"lint": "eslint ./**/*.js --fix", "lint": "eslint ./**/*.js --fix",
"repack": "babel-node ./repack.js", "repack": "babel-node ./repack.js",
"semantic-release": "semantic-release", "semantic-release": "semantic-release",
"pretest": "cd ../client && npm run build:frame-runner", "pretest": "cd ../client && npm run build:workers",
"test": "mocha --delay --reporter progress --bail", "test": "mocha --delay --reporter progress --bail",
"unpack": "babel-node ./unpack.js" "unpack": "babel-node ./unpack.js"
}, },