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 fca3a0e commit bfa677eCopy full SHA for bfa677e
package.json
@@ -71,7 +71,7 @@
71
"build-browser-umd": "rollup -c --config-umd",
72
"coveralls": "nyc --reporter=lcov npm test",
73
"prepare": "npm run build",
74
- "prepublishOnly": "npm test && npm run test-ci",
+ "prepublishOnly": "npm test",
75
"postbuild:win": "@powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.es.d.ts\" && @powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.es.min.d.ts\" && @powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.min.d.ts\"",
76
"genmsg": "jiti message_generator ./lib/message/error_message.ts ./lib/message/log_message.ts"
77
},
0 commit comments