File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
"tonicExampleFilename" : " tonic-example.js" ,
14
14
"scripts" : {
15
15
"clean" : " rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out" ,
16
- "build" : " npm run clean && npm run vendor:version && npm run build:dist && npm run build:standalone" ,
16
+ "build:ci" : " npm run vendor:version && npm run build:dist && npm run build:standalone" ,
17
+ "build" : " npm run clean && npm run build:ci" ,
17
18
"build:dist" : " babel lib --out-dir dist" ,
18
19
"build:standalone" : " webpack && webpack -p --output-filename contentful-management.min.js" ,
19
20
"link-dev-deps" : " mkdirp node_modules && ln -s ../../contentful-sdk-core/src node_modules/contentful-sdk-core" ,
31
32
"test:browser-remote" : " BABEL_ENV=test ./node_modules/.bin/karma start karma.conf.saucelabs.js" ,
32
33
"vendor:version" : " echo \" module.exports = '`cat package.json|json version`'\" > version.js" ,
33
34
"browser-coverage" : " npm run test:cover && opener coverage/lcov-report/index.html" ,
34
- "prepublish" : " in-publish && npm run build || not-in-publish" ,
35
+ "prepublish" : " in-publish && npm run build:ci || not-in-publish" ,
35
36
"postpublish" : " npm run docs:publish && npm run clean" ,
36
37
"pretest" : " standard lib/*.js && standard lib/**/*.js && standard test/**/*.js" ,
37
38
"test" : " npm run test:cover && npm run test:integration && npm run test:browser-local" ,
You can’t perform that action at this time.
0 commit comments