We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3e865 commit 6c5beecCopy full SHA for 6c5beec
package.json
@@ -4,7 +4,7 @@
4
"description": "JavaScript SDK for Optimizely X Full Stack",
5
"main": "index.js",
6
"scripts": {
7
- "test": "./node_modules/.bin/mocha ./tests.js",
+ "test": "mocha ./tests.js",
8
"build": "webpack index.js dist/optimizely.min.js",
9
"lint": "eslint lib/**"
10
},
0 commit comments