Skip to content

Commit bfa677e

Browse files
authored
[FSSDK-10843] remove crossbrowser and umd test from prepublish (#1067)
1 parent fca3a0e commit bfa677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"build-browser-umd": "rollup -c --config-umd",
7272
"coveralls": "nyc --reporter=lcov npm test",
7373
"prepare": "npm run build",
74-
"prepublishOnly": "npm test && npm run test-ci",
74+
"prepublishOnly": "npm test",
7575
"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\"",
7676
"genmsg": "jiti message_generator ./lib/message/error_message.ts ./lib/message/log_message.ts"
7777
},

0 commit comments

Comments
 (0)